API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2960/
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/11/"
    ],
    "id": 2960,
    "title": "nplusone",
    "slug": "nplusone",
    "last_updated": "2018-08-01T21:28:39-04:00",
    "last_fetched": "2026-02-15T17:06:20.566056-05:00",
    "repo_url": "https://github.com/jmcarp/nplusone",
    "pypi_version": "1.0.0",
    "created": "2015-07-05T23:02:10.535910-04:00",
    "modified": "2026-01-28T14:02:55.225787-05:00",
    "repo_forks": 51,
    "repo_description": "Auto-detecting the n+1 queries problem in Python",
    "pypi_url": "http://pypi.python.org/pypi/nplusone",
    "documentation_url": "https://github.com/jmcarp/nplusone",
    "repo_watchers": 1060,
    "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": [
        "jmcarp",
        "sloria",
        "dcramer",
        "twidi"
    ]
}