API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3219/
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/"
    ],
    "id": 3219,
    "title": "django-xhtml2pdf",
    "slug": "django-xhtml2pdf",
    "last_updated": "2018-05-24T03:21:53-04:00",
    "last_fetched": "2026-02-15T04:13:30.681161-05:00",
    "repo_url": "https://github.com/chrisglass/django-xhtml2pdf",
    "pypi_version": "0.0.4",
    "created": "2016-02-16T04:54:16.766361-05:00",
    "modified": "2026-01-29T12:39:07.455257-05:00",
    "repo_forks": 75,
    "repo_description": "A Django app to generate pdfs from templates",
    "pypi_url": "http://pypi.python.org/pypi/django-xhtml2pdf",
    "documentation_url": "",
    "repo_watchers": 159,
    "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": [
        "luisza",
        "chrisglass",
        "vierno",
        "boralyl",
        "beniwohli",
        "cro",
        "xgvargas",
        "jensadne",
        "ojii",
        "yuce"
    ]
}