API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/13/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 5655,
    "title": "django-hatchway",
    "slug": "django-hatchway",
    "last_updated": "2023-07-15T14:43:04-04:00",
    "last_fetched": "2026-02-15T04:12:22.534322-05:00",
    "repo_url": "https://github.com/andrewgodwin/django-hatchway",
    "pypi_version": "0.5.2",
    "created": "2023-03-15T13:59:53.558808-04:00",
    "modified": "2026-01-29T12:37:49.497973-05:00",
    "repo_forks": 3,
    "repo_description": "An unsurprising Django API framework",
    "pypi_url": "https://pypi.org/project/django-hatchway",
    "documentation_url": "",
    "repo_watchers": 155,
    "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": [
        "andrewgodwin"
    ]
}