API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/554/
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/23/"
    ],
    "id": 554,
    "title": "gnocchi-blog",
    "slug": "gnocchi-blog",
    "last_updated": "2015-08-21T03:43:57-04:00",
    "last_fetched": "2026-02-15T13:03:22.846816-05:00",
    "repo_url": "https://bitbucket.org/funkybob/gnocchi-blog",
    "pypi_version": null,
    "created": "2010-12-29T09:27:35.465915-05:00",
    "modified": "2026-01-28T13:19:09.802560-05:00",
    "repo_forks": 2,
    "repo_description": "Blog modules from the Gnocchi project.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 6,
    "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"
    ]
}