API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2121/
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": 2121,
    "title": "django-transfer",
    "slug": "django-transfer",
    "last_updated": "2020-04-13T21:21:41-04:00",
    "last_fetched": "2026-02-15T20:07:25.736734-05:00",
    "repo_url": "https://github.com/smartfile/django-transfer",
    "pypi_version": "0.4",
    "created": "2013-11-13T04:39:57.220561-05:00",
    "modified": "2026-01-28T15:00:24.485281-05:00",
    "repo_forks": 15,
    "repo_description": "A django application that provides file download methods.",
    "pypi_url": "http://pypi.python.org/pypi/django-transfer",
    "documentation_url": "",
    "repo_watchers": 55,
    "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": [
        "btimby",
        "cabarnes",
        "manuelnaranjo",
        "meteozond",
        "dannyroberts"
    ]
}