API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4453/?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/334/?format=api"
    ],
    "id": 4453,
    "title": "django-adjax",
    "slug": "adjax",
    "last_updated": "2022-11-08T15:58:07-05:00",
    "last_fetched": "2026-02-15T22:02:05.431900-05:00",
    "repo_url": "https://github.com/snogaraleal/adjax",
    "pypi_version": "1.0.1",
    "created": "2019-11-17T18:43:18.046023-05:00",
    "modified": "2026-01-28T15:17:33.099464-05:00",
    "repo_forks": 2,
    "repo_description": "Django AJAX-based RPC.",
    "pypi_url": "http://pypi.python.org/pypi/adjax",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "snogaraleal",
        "RodrigoEspinosa"
    ]
}