API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/23/?format=api"
    ],
    "id": 79,
    "title": "django-basic-apps",
    "slug": "django-basic-apps",
    "last_updated": "2014-04-05T14:55:10-04:00",
    "last_fetched": "2026-02-15T09:07:32.495579-05:00",
    "repo_url": "https://github.com/nathanborror/django-basic-apps",
    "pypi_version": null,
    "created": "2010-08-18T13:48:33.482564-04:00",
    "modified": "2026-01-29T12:58:11.897548-05:00",
    "repo_forks": 312,
    "repo_description": "Simple prebuilt applications.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 1316,
    "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": [
        "nathanborror",
        "howiworkdaily",
        "montylounge",
        "feuervogel",
        "toastdriven",
        "ericholscher",
        "jaredly",
        "justquick",
        "mcroydon",
        "myles",
        "ipmb",
        "tmc"
    ]
}