API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5681/?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/262/?format=api",
        "https://djangopackages.org/api/v4/grids/130/?format=api"
    ],
    "id": 5681,
    "title": "django-dashboards",
    "slug": "django-dashboards",
    "last_updated": "2024-12-09T04:07:01-05:00",
    "last_fetched": "2026-02-15T09:09:26.764495-05:00",
    "repo_url": "https://github.com/wildfish/django-dashboards",
    "pypi_version": "0.1.7",
    "created": "2023-05-19T03:15:08.826983-04:00",
    "modified": "2026-01-28T13:01:02.128581-05:00",
    "repo_forks": 11,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/django-dashboards",
    "documentation_url": "https://wildfish-django-dashboards.readthedocs.io/en/latest/",
    "repo_watchers": 72,
    "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": [
        "jamesoutterside",
        "jdwpeterson",
        "JaffarA"
    ]
}