API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 4497,
    "title": "drf-hal-json",
    "slug": "drf-hal-json",
    "last_updated": "2020-01-21T04:21:57-05:00",
    "last_fetched": "2026-02-15T22:05:51.557440-05:00",
    "repo_url": "https://github.com/seebass/drf-hal-json",
    "pypi_version": "0.10.0",
    "created": "2020-01-20T09:05:37.227634-05:00",
    "modified": "2026-01-28T15:23:55.953011-05:00",
    "repo_forks": 9,
    "repo_description": "Extension for Django REST Framework 3 which allows for using content-type application/hal-json",
    "pypi_url": "http://pypi.python.org/pypi/drf-hal-json",
    "documentation_url": "",
    "repo_watchers": 12,
    "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": [
        "seebass",
        "vdboor",
        "cknave"
    ]
}