API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/123/?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/34/?format=api",
        "https://djangopackages.org/api/v4/grids/15/?format=api"
    ],
    "id": 123,
    "title": "django-newsletter",
    "slug": "django-newsletter",
    "last_updated": "2009-04-23T12:09:50-04:00",
    "last_fetched": "2026-02-15T11:04:54.275448-05:00",
    "repo_url": "https://github.com/howiworkdaily/django-newsletter",
    "pypi_version": null,
    "created": "2010-08-20T21:21:14.818590-04:00",
    "modified": "2026-01-28T13:10:08.455419-05:00",
    "repo_forks": 18,
    "repo_description": "A basic, reusable newsletter subscription (opt-in/out) application.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 89,
    "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": [
        "howiworkdaily",
        "bmihelac",
        "montylounge"
    ]
}