API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2457/
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/245/"
    ],
    "id": 2457,
    "title": "HawkREST",
    "slug": "hawkrest",
    "last_updated": "2018-10-06T17:00:32-04:00",
    "last_fetched": "2026-02-15T20:07:04.604249-05:00",
    "repo_url": "https://github.com/kumar303/hawkrest",
    "pypi_version": "1.0.1",
    "created": "2014-06-27T09:59:35.193574-04:00",
    "modified": "2026-01-28T14:59:47.136538-05:00",
    "repo_forks": 8,
    "repo_description": "Hawk HTTP Authorization for Django Rest Framework",
    "pypi_url": "http://pypi.python.org/pypi/hawkrest",
    "documentation_url": "",
    "repo_watchers": 19,
    "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": [
        "kumar303",
        "felipeota",
        "okayjeff",
        "edmorley",
        "rneilson"
    ]
}