API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5458/?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/164/?format=api"
    ],
    "id": 5458,
    "title": "django-simple-backups",
    "slug": "django-simple-backups",
    "last_updated": "2022-09-21T19:37:49-04:00",
    "last_fetched": "2026-02-16T00:02:23.358793-05:00",
    "repo_url": "https://github.com/smark-1/django-simple-backups",
    "pypi_version": "1.9.2",
    "created": "2022-04-27T16:18:59.587353-04:00",
    "modified": "2026-01-28T15:29:19.802164-05:00",
    "repo_forks": 0,
    "repo_description": "A Django app to add simple database and media backups",
    "pypi_url": "https://pypi.org/project/django-simple-backups",
    "documentation_url": "https://github.com/smark-1/django-simple-backups#readme",
    "repo_watchers": 5,
    "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": [
        "smark-1"
    ]
}