API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5462/
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/421/",
        "https://djangopackages.org/api/v4/grids/60/",
        "https://djangopackages.org/api/v4/grids/37/",
        "https://djangopackages.org/api/v4/grids/150/",
        "https://djangopackages.org/api/v4/grids/48/"
    ],
    "id": 5462,
    "title": "Django Hypergen",
    "slug": "django-hypergen",
    "last_updated": "2025-09-03T06:58:58-04:00",
    "last_fetched": "2026-02-15T21:02:22.562385-05:00",
    "repo_url": "https://github.com/runekaagaard/django-hypergen",
    "pypi_version": "1.5.5",
    "created": "2022-05-02T06:53:41.831278-04:00",
    "modified": "2026-01-28T15:05:43.949762-05:00",
    "repo_forks": 1,
    "repo_description": "Take a break from javascript. Write server-rendered reactive HTML liveviews for Django in pure python 💫",
    "pypi_url": "http://pypi.python.org/pypi/django-hypergen",
    "documentation_url": "https://hypergen.it/documentation/",
    "repo_watchers": 82,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        10,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "runekaagaard",
        "jeppetuxen"
    ]
}