API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3974/
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/135/"
    ],
    "id": 3974,
    "title": "django-lb-workflow",
    "slug": "django-lb-workflow",
    "last_updated": "2023-06-14T03:21:51-04:00",
    "last_fetched": "2026-02-16T01:04:37.067713-05:00",
    "repo_url": "https://github.com/vicalloy/django-lb-workflow",
    "pypi_version": "1.0.4",
    "created": "2017-10-19T23:06:58.709026-04:00",
    "modified": "2026-01-28T15:54:26.189575-05:00",
    "repo_forks": 70,
    "repo_description": "Reusable workflow library for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-lb-workflow",
    "documentation_url": "http://django-lb-workflow.readthedocs.io/en/latest/",
    "repo_watchers": 213,
    "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": [
        "vicalloy",
        "dependabot[bot]"
    ]
}