API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/973/?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/44/?format=api"
    ],
    "id": 973,
    "title": "django-dag",
    "slug": "django-dag",
    "last_updated": "2019-11-19T12:01:00-05:00",
    "last_fetched": "2026-02-15T04:06:20.257092-05:00",
    "repo_url": "https://github.com/elpaso/django-dag",
    "pypi_version": "1.4.3",
    "created": "2011-10-26T21:02:24.440896-04:00",
    "modified": "2026-01-28T16:59:46.460503-05:00",
    "repo_forks": 18,
    "repo_description": "Basic portable Directed Acyclic Graph application for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-dag",
    "documentation_url": null,
    "repo_watchers": 66,
    "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": [
        "elpaso",
        "iiSeymour",
        "rgammans",
        "eyu-boltthreads",
        "frederik-elwert",
        "hackaugusto",
        "ghing",
        "Farahzadi"
    ]
}