API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1628/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/118/",
        "https://djangopackages.org/api/v4/grids/135/"
    ],
    "id": 1628,
    "title": "django-flows",
    "slug": "django-flows",
    "last_updated": "2015-12-07T03:15:32-05:00",
    "last_fetched": "2026-02-16T01:02:29.762821-05:00",
    "repo_url": "https://github.com/carlio/django-flows",
    "pypi_version": "1.3",
    "created": "2013-01-08T15:54:59.995762-05:00",
    "modified": "2026-01-28T15:50:36.840721-05:00",
    "repo_forks": 18,
    "repo_description": "django-flows keeps state and position in complicated flows of logic, allowing optional branches and complicated paths through a series of individual user actions.  ",
    "pypi_url": "http://pypi.python.org/pypi/django-flows",
    "documentation_url": null,
    "repo_watchers": 142,
    "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": [
        "carlio",
        "doismellburning"
    ]
}