API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/287/"
    ],
    "id": 4983,
    "title": "Helios",
    "slug": "helios",
    "last_updated": "2022-12-10T13:02:05-05:00",
    "last_fetched": "2026-02-15T11:04:00.790824-05:00",
    "repo_url": "https://github.com/panosl/helios",
    "pypi_version": "0.3.0",
    "created": "2020-12-27T04:59:26.454602-05:00",
    "modified": "2026-01-28T13:08:29.659740-05:00",
    "repo_forks": 1,
    "repo_description": "an e-commerce django package.",
    "pypi_url": "http://pypi.python.org/pypi/helios",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "panosl"
    ]
}