API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/300/?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/102/?format=api"
    ],
    "id": 300,
    "title": "django-gatekeeper",
    "slug": "django-gatekeeper",
    "last_updated": "2010-04-20T18:04:29-04:00",
    "last_fetched": "2026-02-16T03:03:38.097668-05:00",
    "repo_url": "https://github.com/sunlightlabs/django-gatekeeper",
    "pypi_version": "0.3.0",
    "created": "2010-09-13T03:06:29.188491-04:00",
    "modified": "2026-01-28T16:13:11.148115-05:00",
    "repo_forks": 20,
    "repo_description": "Django object moderation",
    "pypi_url": "http://pypi.python.org/pypi/django-gatekeeper",
    "documentation_url": null,
    "repo_watchers": 90,
    "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": [
        "jamesturk",
        "jcarbaugh",
        "copiesofcopies"
    ]
}