API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4675/
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/241/",
        "https://djangopackages.org/api/v4/grids/97/"
    ],
    "id": 4675,
    "title": "django-renderpdf",
    "slug": "django-renderpdf",
    "last_updated": "2025-12-03T06:33:48-05:00",
    "last_fetched": "2026-02-15T19:02:16.117773-05:00",
    "repo_url": "https://github.com/WhyNotHugo/django-renderpdf",
    "pypi_version": "6.0.0",
    "created": "2020-08-06T09:22:52.333100-04:00",
    "modified": "2026-01-28T14:38:38.518095-05:00",
    "repo_forks": 8,
    "repo_description": "📄 Django app to render django templates as PDF files.",
    "pypi_url": "http://pypi.python.org/pypi/django-renderpdf",
    "documentation_url": "https://django-renderpdf.readthedocs.io/",
    "repo_watchers": 76,
    "commits_over_52": [
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        8,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "WhyNotHugo",
        "pre-commit-ci[bot]",
        "D3X",
        "hvlads"
    ]
}