API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1945/
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/215/"
    ],
    "id": 1945,
    "title": "JSONate",
    "slug": "jsonate",
    "last_updated": "2020-06-23T09:59:11-04:00",
    "last_fetched": "2026-02-15T22:00:44.321290-05:00",
    "repo_url": "https://github.com/Rootbuzz/JSONate",
    "pypi_version": "0.7.0",
    "created": "2013-07-18T07:47:47.960768-04:00",
    "modified": "2026-01-28T15:15:00.741989-05:00",
    "repo_forks": 8,
    "repo_description": "Makes Django support for JSON first class",
    "pypi_url": "http://pypi.python.org/pypi/jsonate",
    "documentation_url": null,
    "repo_watchers": 26,
    "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": [
        "igorkramaric",
        "jiaaro",
        "kckaiwei",
        "BevMS",
        "ajabdelaziz"
    ]
}