API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/12/?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": 12,
    "title": "Bub.ly",
    "slug": "bubly",
    "last_updated": "2010-08-15T19:19:22-04:00",
    "last_fetched": "2026-02-15T09:04:02.393260-05:00",
    "repo_url": "https://github.com/misstricky/Bub.ly",
    "pypi_version": null,
    "created": "2010-08-16T04:22:10.658389-04:00",
    "modified": "2026-01-29T12:52:38.085126-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 10,
    "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": [
        "yashh"
    ]
}