API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4329/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/135/"
    ],
    "id": 4329,
    "title": "joeflow",
    "slug": "joeflow",
    "last_updated": "2026-02-09T16:44:05-05:00",
    "last_fetched": "2026-02-15T19:08:27.865239-05:00",
    "repo_url": "https://github.com/codingjoe/joeflow",
    "pypi_version": "2.0.2",
    "created": "2019-04-05T09:49:44.495194-04:00",
    "modified": "2026-01-28T14:46:22.626895-05:00",
    "repo_forks": 26,
    "repo_description": " The workflow automation framework for machines with heart",
    "pypi_url": "http://pypi.python.org/pypi/joeflow",
    "documentation_url": "https://joeflow.rtfd.io/",
    "repo_watchers": 104,
    "commits_over_52": [
        2,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        1,
        0,
        1,
        1,
        0,
        0,
        0,
        6,
        1,
        2,
        2,
        1,
        4,
        1,
        0,
        0,
        1,
        1,
        1,
        0,
        1
    ],
    "participants": [
        "codingjoe",
        "dependabot[bot]",
        "amureki",
        "pre-commit-ci[bot]",
        "ccurvey",
        "Copilot",
        "SebastianKapunkt",
        "fvollmer",
        "peterbaumert",
        "wingi11"
    ]
}