API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/2/?format=api"
    ],
    "id": 91,
    "title": "Rate My Flight",
    "slug": "ratemyflight",
    "last_updated": "2010-08-16T09:59:41-04:00",
    "last_fetched": "2026-02-15T13:04:41.798794-05:00",
    "repo_url": "https://bitbucket.org/citrus/ratemyflight",
    "pypi_version": null,
    "created": "2010-08-18T19:18:43.280612-04:00",
    "modified": "2026-01-28T13:21:46.577377-05:00",
    "repo_forks": 0,
    "repo_description": "I am a web app built for the Django Dash hackathon 2010.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "citrus"
    ]
}