API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3409/
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/3/"
    ],
    "id": 3409,
    "title": "django-sitecats-helpers",
    "slug": "django-sitecats-helpers",
    "last_updated": "2021-11-29T22:21:44-05:00",
    "last_fetched": "2026-02-16T00:02:49.287311-05:00",
    "repo_url": "https://github.com/bashu/django-sitecats-helpers",
    "pypi_version": "1.0.1",
    "created": "2016-09-19T04:37:08.662685-04:00",
    "modified": "2026-01-28T15:40:12.425326-05:00",
    "repo_forks": 0,
    "repo_description": "😹 django admin helper classes for django-sitecats categories",
    "pypi_url": "http://pypi.python.org/pypi/django-sitecats-helpers",
    "documentation_url": "https://github.com/bashu/django-sitecats-helpers/blob/master/README.rst",
    "repo_watchers": 1,
    "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": [
        "bashu"
    ]
}