API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5654/
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/356/",
        "https://djangopackages.org/api/v4/grids/23/"
    ],
    "id": 5654,
    "title": "django-cast",
    "slug": "django-cast",
    "last_updated": "2026-01-17T10:58:45-05:00",
    "last_fetched": "2026-02-15T18:15:32.622565-05:00",
    "repo_url": "https://github.com/ephes/django-cast",
    "pypi_version": "0.2.52",
    "created": "2023-03-15T13:57:49.233717-04:00",
    "modified": "2026-01-28T14:36:08.013213-05:00",
    "repo_forks": 8,
    "repo_description": "Django and Wagtail based blogging / podcasting app",
    "pypi_url": "https://pypi.org/project/django-cast",
    "documentation_url": "https://django-cast.readthedocs.io/en/latest/",
    "repo_watchers": 61,
    "commits_over_52": [
        7,
        7,
        1,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        7,
        35,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        19,
        8,
        0,
        19,
        13,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ephes",
        "oryon-dominik",
        "jnns",
        "SmartC2016",
        "dependabot[bot]"
    ]
}