API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1620/
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": 1620,
    "title": "django-mollie-ideal",
    "slug": "django-mollie-ideal",
    "last_updated": "2017-11-20T11:02:31-05:00",
    "last_fetched": "2026-02-15T11:04:50.633378-05:00",
    "repo_url": "https://github.com/peeb/django-mollie-ideal",
    "pypi_version": null,
    "created": "2013-01-04T09:54:26.548337-05:00",
    "modified": "2026-01-28T13:10:00.224300-05:00",
    "repo_forks": 12,
    "repo_description": "Python interface to Mollie.nl iDEAL API for use in Django projects.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 20,
    "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": [
        "peeb",
        "Hedde"
    ]
}