API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/702/?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/22/?format=api",
        "https://djangopackages.org/api/v4/grids/98/?format=api"
    ],
    "id": 702,
    "title": "django-revisions",
    "slug": "django-revisions",
    "last_updated": "2012-01-31T09:01:52-05:00",
    "last_fetched": "2026-02-16T04:03:37.540044-05:00",
    "repo_url": "https://github.com/stdbrouw/django-revisions",
    "pypi_version": "0.3",
    "created": "2011-03-23T17:57:24.903863-04:00",
    "modified": "2026-01-28T16:22:48.417242-05:00",
    "repo_forks": 13,
    "repo_description": "Sane content versioning for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-revisions",
    "documentation_url": "https://readthedocs.org/projects/django-revisions/",
    "repo_watchers": 72,
    "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": [
        "debrouwere"
    ]
}