API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2338/?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/135/?format=api",
        "https://djangopackages.org/api/v4/grids/118/?format=api",
        "https://djangopackages.org/api/v4/grids/309/?format=api"
    ],
    "id": 2338,
    "title": "django-viewflow",
    "slug": "viewflow",
    "last_updated": "2026-01-28T05:21:46-05:00",
    "last_fetched": "2026-02-15T04:11:58.986425-05:00",
    "repo_url": "https://github.com/viewflow/viewflow",
    "pypi_version": "2.2.15",
    "created": "2014-05-01T05:40:37.627491-04:00",
    "modified": "2026-01-29T12:37:20.244688-05:00",
    "repo_forks": 417,
    "repo_description": "Reusable workflow library for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-viewflow",
    "documentation_url": "",
    "repo_watchers": 2857,
    "commits_over_52": [
        0,
        1,
        0,
        0,
        1,
        4,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0
    ],
    "participants": [
        "kmmbvnr",
        "dependabot[bot]"
    ]
}