API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1128/?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/170/?format=api"
    ],
    "id": 1128,
    "title": "bitcoin_dealer",
    "slug": "bitcoin_dealer",
    "last_updated": "2014-09-22T03:25:12-04:00",
    "last_fetched": "2026-05-26T05:09:42.859836-04:00",
    "repo_url": "https://github.com/rokj/bitcoin_dealer",
    "pypi_version": null,
    "created": "2012-01-25T07:17:48.261231-05:00",
    "modified": "2026-01-29T12:52:27.458779-05:00",
    "repo_forks": 35,
    "repo_description": "Bitcoin dealer",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 134,
    "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": [
        "rokj"
    ]
}