API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/139/?format=api"
    ],
    "id": 3268,
    "title": "django-knocker",
    "slug": "django-knocker",
    "last_updated": "2026-02-10T02:35:34-05:00",
    "last_fetched": "2026-02-15T22:00:46.429602-05:00",
    "repo_url": "https://github.com/nephila/django-knocker",
    "pypi_version": "0.5.1",
    "created": "2016-04-07T15:29:06.821592-04:00",
    "modified": "2026-01-28T15:15:05.250739-05:00",
    "repo_forks": 9,
    "repo_description": "Channels-based desktop notification system",
    "pypi_url": "http://pypi.python.org/pypi/django-knocker",
    "documentation_url": "https://django-knocker.readthedocs.io/",
    "repo_watchers": 82,
    "commits_over_52": [
        0,
        2,
        2,
        1,
        3,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        0,
        2,
        2,
        2,
        2,
        2,
        0,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        2,
        0,
        2,
        2,
        0,
        2,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        2
    ],
    "participants": [
        "pre-commit-ci[bot]",
        "protoroto",
        "yakky",
        "MisterRios"
    ]
}