API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/104/
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/29/"
    ],
    "id": 104,
    "title": "django-cpserver",
    "slug": "django-cpserver",
    "last_updated": "2009-08-11T17:17:38-04:00",
    "last_fetched": "2026-02-15T11:00:55.821460-05:00",
    "repo_url": "https://github.com/lincolnloop/django-cpserver",
    "pypi_version": "1.1",
    "created": "2010-08-19T23:29:06.947224-04:00",
    "modified": "2026-01-28T13:02:16.704638-05:00",
    "repo_forks": 7,
    "repo_description": "Management commands for serving Django via CherryPy's built-in WSGI server",
    "pypi_url": "http://pypi.python.org/pypi/django_cpserver",
    "documentation_url": null,
    "repo_watchers": 41,
    "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": [
        "ipmb"
    ]
}