API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1026/
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/5/"
    ],
    "id": 1026,
    "title": "django-payment-ideal",
    "slug": "django-payment-ideal",
    "last_updated": "2008-09-21T04:47:02-04:00",
    "last_fetched": "2026-02-15T11:05:02.428787-05:00",
    "repo_url": "https://github.com/jsmits/django-payment-ideal",
    "pypi_version": null,
    "created": "2011-11-19T10:59:17.026314-05:00",
    "modified": "2026-01-28T13:10:25.995662-05:00",
    "repo_forks": 0,
    "repo_description": "iDEAL connector for django",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 11,
    "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": [
        "jsmits"
    ]
}