API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4563/
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/57/"
    ],
    "id": 4563,
    "title": "django-kp-static-version",
    "slug": "django-kp-static-version",
    "last_updated": "2020-04-06T07:07:53-04:00",
    "last_fetched": "2026-02-16T04:00:43.735244-05:00",
    "repo_url": "https://github.com/KernelPan1k/django-kp-static-version",
    "pypi_version": "0.2",
    "created": "2020-04-06T07:56:25.145933-04:00",
    "modified": "2026-01-28T16:18:06.720145-05:00",
    "repo_forks": 0,
    "repo_description": "kp_static_version is a simple Django app to add a version number to static files and force browsers to use the latest version of the file.",
    "pypi_url": "http://pypi.python.org/pypi/django-kp-static-version",
    "documentation_url": "",
    "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": [
        "KernelPan1k"
    ]
}