API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5081/
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/84/"
    ],
    "id": 5081,
    "title": "django-backblaze-b2",
    "slug": "django-backblaze-b2",
    "last_updated": "2025-03-07T15:16:58-05:00",
    "last_fetched": "2026-02-15T19:06:29.839294-05:00",
    "repo_url": "https://github.com/ehossack/django-backblaze-b2",
    "pypi_version": "7.0.0",
    "created": "2021-06-08T02:56:43.778903-04:00",
    "modified": "2026-01-28T14:43:55.129042-05:00",
    "repo_forks": 5,
    "repo_description": "A storage backend for Django that uses Backblaze's B2 APIs",
    "pypi_url": "http://pypi.python.org/pypi/django-backblaze-b2",
    "documentation_url": "",
    "repo_watchers": 29,
    "commits_over_52": [
        2,
        4,
        4,
        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": [
        "ehossack",
        "dependabot[bot]",
        "Marmelatze",
        "snyk-bot"
    ]
}