API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/66/?format=api"
    ],
    "id": 1143,
    "title": "django-private-views",
    "slug": "django-private-views",
    "last_updated": "2019-01-02T06:08:44-05:00",
    "last_fetched": "2026-02-15T07:03:32.936561-05:00",
    "repo_url": "https://github.com/dabapps/django-private-views",
    "pypi_version": "1.2",
    "created": "2012-02-04T09:45:06.996095-05:00",
    "modified": "2026-01-29T12:43:57.144169-05:00",
    "repo_forks": 7,
    "repo_description": "DEPRECATED: Site-wide login protection",
    "pypi_url": "http://pypi.python.org/pypi/django-private-views",
    "documentation_url": null,
    "repo_watchers": 37,
    "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": [
        "lovelydinosaur",
        "j4mie",
        "maximilianhurl",
        "jmcvetta",
        "GotenXiao"
    ]
}