API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2817/?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/5/?format=api"
    ],
    "id": 2817,
    "title": "django-adyen",
    "slug": "django-adyen",
    "last_updated": "2011-08-19T09:12:29-04:00",
    "last_fetched": "2026-02-15T09:06:20.514801-05:00",
    "repo_url": "https://github.com/dokterbob/django-adyen",
    "pypi_version": null,
    "created": "2015-03-25T03:56:32.966211-04:00",
    "modified": "2026-01-29T12:56:22.986068-05:00",
    "repo_forks": 3,
    "repo_description": "Python/Django interface to the Adyen payment gateway.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "dokterbob"
    ]
}