API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/26/?format=api",
        "https://djangopackages.org/api/v4/grids/57/?format=api"
    ],
    "id": 35,
    "title": "django-staticfiles",
    "slug": "django-staticfiles",
    "last_updated": "2012-06-07T11:51:03-04:00",
    "last_fetched": "2026-02-15T07:05:58.388463-05:00",
    "repo_url": "https://github.com/jezdez/django-staticfiles",
    "pypi_version": "1.2.1",
    "created": "2010-08-17T05:49:36.683483-04:00",
    "modified": "2026-01-29T12:47:43.985253-05:00",
    "repo_forks": 32,
    "repo_description": "[Unmaintained] A Django app that provides helpers for serving static files, used in Django and Pinax.",
    "pypi_url": "http://pypi.python.org/pypi/django-staticfiles",
    "documentation_url": "https://readthedocs.org/projects/django-staticfiles/",
    "repo_watchers": 126,
    "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": [
        "jezdez",
        "idan",
        "SmileyChris",
        "brosner",
        "dbinit",
        "durden",
        "pabluk"
    ]
}