API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5129/?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/321/?format=api"
    ],
    "id": 5129,
    "title": "django-geostore",
    "slug": "django-geostore",
    "last_updated": "2024-11-26T02:48:56-05:00",
    "last_fetched": "2026-02-16T04:05:32.759185-05:00",
    "repo_url": "https://github.com/Terralego/django-geostore",
    "pypi_version": "1.0.0",
    "created": "2021-09-09T04:26:01.861949-04:00",
    "modified": "2026-01-28T16:26:11.277641-05:00",
    "repo_forks": 5,
    "repo_description": "A django dynamic geographic data store",
    "pypi_url": "http://pypi.python.org/pypi/django-geostore",
    "documentation_url": "",
    "repo_watchers": 24,
    "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": [
        "submarcos",
        "LePetitTim",
        "frodrigo",
        "simon-previdente",
        "gbip",
        "jrmi",
        "SebCorbin",
        "dependabot[bot]"
    ]
}