API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/241/"
    ],
    "id": 1847,
    "title": "django-uwkhtmltopdf",
    "slug": "django-uwkhtmltopdf",
    "last_updated": "2013-09-21T11:12:44-04:00",
    "last_fetched": "2026-02-16T01:04:18.450596-05:00",
    "repo_url": "https://github.com/xrmx/django-uwkhtmltopdf",
    "pypi_version": "0.5.0",
    "created": "2013-05-30T09:58:41.911075-04:00",
    "modified": "2026-01-28T15:53:47.117289-05:00",
    "repo_forks": 2,
    "repo_description": "A Django app to generate pdfs from templates using wkhtmltopdf",
    "pypi_url": "http://pypi.python.org/pypi/django-uwkhtmltopdf",
    "documentation_url": null,
    "repo_watchers": 11,
    "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": [
        "xrmx",
        "danmasera"
    ]
}