API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3314/
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/74/"
    ],
    "id": 3314,
    "title": "django-places",
    "slug": "django-places",
    "last_updated": "2023-02-20T14:19:07-05:00",
    "last_fetched": "2026-02-15T19:09:53.936021-05:00",
    "repo_url": "https://github.com/oscarmcm/django-places",
    "pypi_version": "5.2.1",
    "created": "2016-06-01T17:00:57.475379-04:00",
    "modified": "2026-01-28T14:48:31.613897-05:00",
    "repo_forks": 21,
    "repo_description": "A django app for store places with autocomplete",
    "pypi_url": "http://pypi.python.org/pypi/dj-places",
    "documentation_url": "",
    "repo_watchers": 74,
    "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": [
        "oscarmcm",
        "pavillet",
        "dryan",
        "darwing1210",
        "vanya909",
        "andrewgy8"
    ]
}