API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/681/?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/90/?format=api"
    ],
    "id": 681,
    "title": "gnocchi-gallery",
    "slug": "gnocchi-gallery",
    "last_updated": "2015-07-28T04:09:41-04:00",
    "last_fetched": "2026-02-15T14:01:32.602459-05:00",
    "repo_url": "https://bitbucket.org/funkybob/gnocchi-gallery",
    "pypi_version": null,
    "created": "2011-03-08T10:07:40.206255-05:00",
    "modified": "2026-01-28T13:26:28.826381-05:00",
    "repo_forks": 1,
    "repo_description": "A simple gallery for Django, with thumbnail support",
    "pypi_url": "",
    "documentation_url": null,
    "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": [
        "funkybob"
    ]
}