API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1426/
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/149/"
    ],
    "id": 1426,
    "title": "django-documents",
    "slug": "django-documents",
    "last_updated": "2011-03-29T11:25:39-04:00",
    "last_fetched": "2026-02-16T03:01:41.747604-05:00",
    "repo_url": "https://github.com/powellc/django-documents",
    "pypi_version": "0.0.3",
    "created": "2012-08-27T04:39:55.488093-04:00",
    "modified": "2026-01-28T16:09:31.132816-05:00",
    "repo_forks": 1,
    "repo_description": "Manages documents, allows them to be handled a bit like tags",
    "pypi_url": "http://pypi.python.org/pypi/django-documents",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "powellc"
    ]
}