API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4198/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/113/",
        "https://djangopackages.org/api/v4/grids/264/"
    ],
    "id": 4198,
    "title": "XDump",
    "slug": "xdump",
    "last_updated": "2021-01-08T09:54:36-05:00",
    "last_fetched": "2026-02-16T00:03:29.669696-05:00",
    "repo_url": "https://github.com/Stranger6667/xdump",
    "pypi_version": "0.6.0",
    "created": "2018-08-11T06:56:13.870410-04:00",
    "modified": "2026-01-28T15:41:26.178487-05:00",
    "repo_forks": 3,
    "repo_description": "A consistent partial database copy & load utility",
    "pypi_url": "http://pypi.python.org/pypi/xdump",
    "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": [
        "Stranger6667",
        "midezz",
        "n1te"
    ]
}