API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3690/
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/11/",
        "https://djangopackages.org/api/v4/grids/100/"
    ],
    "id": 3690,
    "title": "django-dummy-thumbnails",
    "slug": "django-dummy-thumbnails",
    "last_updated": "2020-01-14T15:19:38-05:00",
    "last_fetched": "2026-02-15T03:02:10.669404-05:00",
    "repo_url": "https://github.com/barseghyanartur/django-dummy-thumbnails",
    "pypi_version": "0.2.5",
    "created": "2017-01-27T08:22:13.370756-05:00",
    "modified": "2026-01-28T16:41:59.135327-05:00",
    "repo_forks": 2,
    "repo_description": "Dummy thumbnails for most popular Django thumbnail generators.",
    "pypi_url": "http://pypi.python.org/pypi/django-dummy-thumbnails",
    "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": [
        "barseghyanartur",
        "dependabot[bot]"
    ]
}