API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4995/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/14/",
        "https://djangopackages.org/api/v4/grids/8/"
    ],
    "id": 4995,
    "title": "django-searchview-lib",
    "slug": "django-searchview-lib",
    "last_updated": "2023-09-01T06:15:59-04:00",
    "last_fetched": "2026-02-16T00:03:48.495785-05:00",
    "repo_url": "https://github.com/Arisophy/django-searchview",
    "pypi_version": "1.0.5",
    "created": "2021-01-18T23:59:43.588965-05:00",
    "modified": "2026-01-28T15:41:56.614159-05:00",
    "repo_forks": 0,
    "repo_description": "SearchView is a multiple inheritance class of FormView and ListView. Form and List are on the same page.  ",
    "pypi_url": "http://pypi.python.org/pypi/django-searchview-lib",
    "documentation_url": "https://gijutsu.com/en/2020/12/29/django-searchview-class/",
    "repo_watchers": 7,
    "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": [
        "Arisophy"
    ]
}