API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5915/?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/58/?format=api"
    ],
    "id": 5915,
    "title": "django-opfield",
    "slug": "django-opfield",
    "last_updated": "2026-02-09T13:25:29-05:00",
    "last_fetched": "2026-02-16T01:06:20.968319-05:00",
    "repo_url": "https://github.com/westerveltco/django-opfield",
    "pypi_version": "0.2.0",
    "created": "2024-05-13T19:54:21.790967-04:00",
    "modified": "2026-01-28T15:57:09.423782-05:00",
    "repo_forks": 0,
    "repo_description": "A custom Django field for storing and securely accessing a 1Password vault item",
    "pypi_url": "https://pypi.org/project/django-opfield",
    "documentation_url": "https://django-opfield.westervelt.dev/",
    "repo_watchers": 3,
    "commits_over_52": [
        0,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        0,
        1,
        1,
        1,
        1,
        1,
        2,
        1,
        2,
        1,
        1,
        1,
        0,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        0,
        1,
        1,
        1,
        1,
        0,
        0,
        0,
        2,
        1,
        1,
        1,
        0,
        1
    ],
    "participants": [
        "pre-commit-ci[bot]",
        "joshuadavidthomas",
        "dependabot[bot]",
        "williln"
    ]
}