API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/136/?format=api"
    ],
    "id": 754,
    "title": "django-ztask",
    "slug": "django-ztask",
    "last_updated": "2012-06-05T19:10:37-04:00",
    "last_fetched": "2026-02-15T13:05:11.133064-05:00",
    "repo_url": "https://github.com/dmgctrl/django-ztask",
    "pypi_version": null,
    "created": "2011-04-14T20:59:30.969791-04:00",
    "modified": "2026-01-28T13:22:49.989728-05:00",
    "repo_forks": 31,
    "repo_description": "A simple framework for backgrounding tasks with Django, built on top of ZeroMQ.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 221,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "themartorana",
        "chemt",
        "jallum"
    ]
}