API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5847/?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/107/?format=api"
    ],
    "id": 5847,
    "title": "django-phatpages",
    "slug": "django-phatpages",
    "last_updated": "2021-03-22T16:12:46-04:00",
    "last_fetched": "2026-02-15T09:04:49.730550-05:00",
    "repo_url": "https://github.com/theatlantic/django-phatpages",
    "pypi_version": null,
    "created": "2024-01-28T21:11:28.735356-05:00",
    "modified": "2026-01-29T12:53:56.785052-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "fdintino",
        "joshmaker",
        "mhowsden",
        "dakrauth"
    ]
}