API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2576/
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/26/",
        "https://djangopackages.org/api/v4/grids/141/"
    ],
    "id": 2576,
    "title": "Minified storage of Django static files",
    "slug": "django_minifiedstorage",
    "last_updated": "2014-11-10T15:31:39-05:00",
    "last_fetched": "2026-02-16T02:04:41.988004-05:00",
    "repo_url": "https://github.com/askholme/django_minifiedstorage",
    "pypi_version": "0.3",
    "created": "2014-09-17T03:15:09.568253-04:00",
    "modified": "2026-01-28T16:04:58.540137-05:00",
    "repo_forks": 0,
    "repo_description": "minify and versiontag assets with zero configuration",
    "pypi_url": "http://pypi.python.org/pypi/django_minifiedstorage",
    "documentation_url": "https://github.com/askholme/django_minifiedstorage/blob/master/README.md",
    "repo_watchers": 1,
    "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": [
        "askholme"
    ]
}