API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5075/
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/138/",
        "https://djangopackages.org/api/v4/grids/16/",
        "https://djangopackages.org/api/v4/grids/242/"
    ],
    "id": 5075,
    "title": "django-siteajax",
    "slug": "django-siteajax",
    "last_updated": "2023-01-20T22:08:46-05:00",
    "last_fetched": "2026-02-15T21:04:15.831492-05:00",
    "repo_url": "https://github.com/idlesign/django-siteajax",
    "pypi_version": "1.0.0",
    "created": "2021-06-01T10:07:56.374295-04:00",
    "modified": "2026-01-28T15:08:45.861449-05:00",
    "repo_forks": 2,
    "repo_description": "Reusable application for Django bridging client and server sides",
    "pypi_url": "http://pypi.python.org/pypi/django-siteajax",
    "documentation_url": "",
    "repo_watchers": 35,
    "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": [
        "idlesign"
    ]
}