API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5007/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/84/"
    ],
    "id": 5007,
    "title": "dj-inmemorystorage",
    "slug": "dj-inmemorystorage",
    "last_updated": "2020-03-30T13:40:49-04:00",
    "last_fetched": "2026-02-15T17:10:03.616725-05:00",
    "repo_url": "https://github.com/waveaccounting/dj-inmemorystorage",
    "pypi_version": "2.1.0",
    "created": "2021-02-20T07:58:15.664992-05:00",
    "modified": "2026-01-28T14:06:25.221630-05:00",
    "repo_forks": 18,
    "repo_description": "A non-persistent in-memory data storage backend for Django.",
    "pypi_url": "http://pypi.python.org/pypi/dj-inmemorystorage",
    "documentation_url": "",
    "repo_watchers": 52,
    "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": [
        "nickpresta",
        "kevin-brown",
        "meshy",
        "paxnovem",
        "rfleschenberg",
        "ashchristopher",
        "SRautila",
        "codysoyland",
        "adamchainz",
        "JBKahn",
        "matwey",
        "marazmiki",
        "Siburg",
        "simonluijk",
        "zsiciarz"
    ]
}