API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/13/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 1752,
    "title": "django-nap",
    "slug": "django-nap",
    "last_updated": "2022-08-31T19:15:44-04:00",
    "last_fetched": "2026-02-15T19:02:37.026806-05:00",
    "repo_url": "https://github.com/funkybob/django-nap",
    "pypi_version": "0.40.0",
    "created": "2013-04-06T08:56:56.201463-04:00",
    "modified": "2026-01-28T14:39:00.130850-05:00",
    "repo_forks": 22,
    "repo_description": "A light REST library for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-nap",
    "documentation_url": "https://django-nap.readthedocs.io/en/latest/",
    "repo_watchers": 224,
    "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": [
        "funkybob",
        "limbera",
        "ioneyed",
        "fmr",
        "geeknam",
        "chris-morgan",
        "MarkusH",
        "schinckel",
        "zkanda",
        "ianawilson",
        "timgates42",
        "sesh",
        "oksushi",
        "emilkjer",
        "henrysingleton",
        "jessexoc",
        "nkuttler",
        "Siecje",
        "bobobo1618"
    ]
}