API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2120/
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/229/"
    ],
    "id": 2120,
    "title": "django-sendfile",
    "slug": "django-sendfile",
    "last_updated": "2017-01-12T16:33:43-05:00",
    "last_fetched": "2026-02-15T18:15:15.480374-05:00",
    "repo_url": "https://github.com/johnsensible/django-sendfile",
    "pypi_version": "0.3.11",
    "created": "2013-11-13T04:38:56.466726-05:00",
    "modified": "2026-01-28T14:35:41.975247-05:00",
    "repo_forks": 95,
    "repo_description": "xsendfile etc wrapper",
    "pypi_url": "http://pypi.python.org/pypi/django-sendfile",
    "documentation_url": "",
    "repo_watchers": 491,
    "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": [
        "johnsensible",
        "siloraptor",
        "jdufresne",
        "davidfischer-ch",
        "peterdewachter",
        "davegaeddert",
        "flyte",
        "karyon",
        "joshcartme",
        "kaedroho",
        "karolmajta",
        "Christophe31",
        "drakkan",
        "pdewacht"
    ]
}