API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5011/
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/48/"
    ],
    "id": 5011,
    "title": "django-vertical-multi-columns",
    "slug": "django-vertical-multi-columns",
    "last_updated": "2021-04-20T07:48:10-04:00",
    "last_fetched": "2026-02-16T00:01:59.236590-05:00",
    "repo_url": "https://github.com/swright573/django-vertical-multi-columns",
    "pypi_version": "1.0.0",
    "created": "2021-02-24T13:54:17.248948-05:00",
    "modified": "2026-01-28T15:28:30.118649-05:00",
    "repo_forks": 1,
    "repo_description": "Django package to enable ListView to easily generate sorted columns of data for display in a template.",
    "pypi_url": "http://pypi.python.org/pypi/django-vertical-multi-columns",
    "documentation_url": "https://django-vertical-multi-columns.readthedocs.io/en/latest/index.html",
    "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": [
        "swright573"
    ]
}