API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2201/
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": 2201,
    "title": "django-easy-pdf",
    "slug": "django-easy-pdf",
    "last_updated": "2017-04-26T15:09:10-04:00",
    "last_fetched": "2026-02-15T18:03:25.689464-05:00",
    "repo_url": "https://github.com/nigma/django-easy-pdf",
    "pypi_version": "0.1.1",
    "created": "2014-01-24T21:01:09.572046-05:00",
    "modified": "2026-01-28T14:22:53.428420-05:00",
    "repo_forks": 140,
    "repo_description": "PDF views, the easy way",
    "pypi_url": "http://pypi.python.org/pypi/django-easy-pdf",
    "documentation_url": "https://readthedocs.org/projects/django-easy-pdf",
    "repo_watchers": 367,
    "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": [
        "nigma",
        "metakermit",
        "msaizar"
    ]
}