API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/51/?format=api"
    ],
    "id": 5355,
    "title": "django-simple-stats",
    "slug": "django-simple-stats",
    "last_updated": "2025-08-11T16:24:32-04:00",
    "last_fetched": "2026-02-16T00:01:05.942392-05:00",
    "repo_url": "https://github.com/spapas/django-simple-stats",
    "pypi_version": "0.7.7",
    "created": "2022-03-11T03:18:38.289862-05:00",
    "modified": "2026-01-28T15:26:53.479859-05:00",
    "repo_forks": 1,
    "repo_description": "A django package for creating stats from a query. ",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-stats",
    "documentation_url": "",
    "repo_watchers": 8,
    "commits_over_52": [
        1,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        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": [
        "spapas",
        "nlagkas"
    ]
}