API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5914/
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/60/",
        "https://djangopackages.org/api/v4/grids/446/"
    ],
    "id": 5914,
    "title": "django-render",
    "slug": "django-render",
    "last_updated": "2026-02-15T14:12:44-05:00",
    "last_fetched": "2026-02-15T20:07:59.543116-05:00",
    "repo_url": "https://github.com/kaedroho/django-render",
    "pypi_version": "0.1",
    "created": "2024-05-09T08:36:33.149140-04:00",
    "modified": "2026-01-28T15:01:20.861601-05:00",
    "repo_forks": 15,
    "repo_description": "Build fast, user-friendly applications with Django and React or Vue",
    "pypi_url": "https://pypi.org/project/djrender",
    "documentation_url": "https://django-render.org/docs/",
    "repo_watchers": 268,
    "commits_over_52": [
        0,
        3,
        2,
        0,
        0,
        0,
        0,
        1,
        3,
        1,
        10,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        5,
        2,
        0,
        5,
        14,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        9,
        2
    ],
    "participants": [
        "kaedroho",
        "kennyhei",
        "stefanlesik",
        "derneuere",
        "auburnsummer"
    ]
}