API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/2/"
    ],
    "id": 13,
    "title": "servertail",
    "slug": "servertail",
    "last_updated": "2010-08-21T20:26:07-04:00",
    "last_fetched": "2026-02-15T13:04:50.019375-05:00",
    "repo_url": "https://github.com/ericflo/servertail",
    "pypi_version": null,
    "created": "2010-08-16T04:30:33.799947-04:00",
    "modified": "2026-01-28T13:22:04.463721-05:00",
    "repo_forks": 4,
    "repo_description": "Our team's djangodash project",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 49,
    "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": [
        "ericflo",
        "adamkirkwood"
    ]
}