API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4332/
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/99/"
    ],
    "id": 4332,
    "title": "django-flags",
    "slug": "django-flags",
    "last_updated": "2026-02-10T11:49:08-05:00",
    "last_fetched": "2026-02-15T17:10:08.840577-05:00",
    "repo_url": "https://github.com/cfpb/django-flags",
    "pypi_version": "5.2.0",
    "created": "2019-04-13T05:23:49.924984-04:00",
    "modified": "2026-01-28T14:06:31.526730-05:00",
    "repo_forks": 43,
    "repo_description": "Feature flags for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-flags",
    "documentation_url": "https://cfpb.github.io/django-flags/",
    "repo_watchers": 296,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        9,
        2,
        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,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3
    ],
    "participants": [
        "willbarton",
        "chosak",
        "adamchainz",
        "anselmbradford",
        "sergei-maertens",
        "dimaqq",
        "acdha",
        "Scotchester",
        "higs4281",
        "jackton1",
        "darakian",
        "gregtap",
        "dancergraham",
        "edomora97",
        "callorico",
        "andy-isoc",
        "schbetsy",
        "cwdavies",
        "dduong42",
        "dacog",
        "julzhk",
        "jpetuchovas",
        "michael-k",
        "Natim",
        "tomdyson",
        "fourfridays",
        "jslay-excella"
    ]
}