API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/921/
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/61/"
    ],
    "id": 921,
    "title": "django-appconf",
    "slug": "django-appconf",
    "last_updated": "2025-12-08T12:21:30-05:00",
    "last_fetched": "2026-02-15T14:18:40.895504-05:00",
    "repo_url": "https://github.com/jezdez/django-appconf",
    "pypi_version": "1.2.0",
    "created": "2011-08-25T15:44:19.987866-04:00",
    "modified": "2026-01-28T13:45:06.754269-05:00",
    "repo_forks": 50,
    "repo_description": "An app to handle configuration defaults of packaged Django apps gracefully",
    "pypi_url": "http://pypi.python.org/pypi/django-appconf",
    "documentation_url": "https://readthedocs.org/projects/django-appconf/",
    "repo_watchers": 356,
    "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,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "jezdez",
        "carltongibson",
        "matthewwithanm",
        "paltman",
        "rafales",
        "wtayyeb",
        "mikemanger",
        "aleksihakli",
        "dvzrv",
        "treyhunner",
        "dependabot[bot]",
        "nikolas",
        "lcd1232",
        "joehybird",
        "twz915",
        "scop",
        "sparrowt",
        "philippbosch",
        "pakal",
        "MorganeAD",
        "sobolevn",
        "diox",
        "paduszyk",
        "chambersh1129",
        "hsmett",
        "giff-h",
        "EnTeQuAk",
        "streeter",
        "gotgenes",
        "AmiZya"
    ]
}