API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/78/"
    ],
    "id": 308,
    "title": "django-mumblr",
    "slug": "django-mumblr",
    "last_updated": "2010-09-13T21:08:08-04:00",
    "last_fetched": "2026-02-15T11:04:52.406930-05:00",
    "repo_url": "https://github.com/hmarr/django-mumblr",
    "pypi_version": null,
    "created": "2010-09-13T03:11:48.654281-04:00",
    "modified": "2026-01-28T13:10:04.459343-05:00",
    "repo_forks": 40,
    "repo_description": "Mumblr is a basic Django tumblelog application that uses MongoDB.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 253,
    "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": [
        "hmarr",
        "schallis",
        "dcrosta"
    ]
}