API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/150/"
    ],
    "id": 1436,
    "title": "django-pubsub",
    "slug": "django-pubsub",
    "last_updated": "2011-06-30T09:43:22-04:00",
    "last_fetched": "2026-02-15T13:06:00.189594-05:00",
    "repo_url": "https://github.com/agiliq/django-pubsub",
    "pypi_version": null,
    "created": "2012-09-01T00:37:05.179362-04:00",
    "modified": "2026-01-28T13:24:19.217144-05:00",
    "repo_forks": 14,
    "repo_description": "A django app to help you create Twitter-like instant notifications",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 148,
    "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": [
        "tuxcanfly",
        "dorkitude"
    ]
}