API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/341/?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"
    ],
    "id": 341,
    "title": "workflow",
    "slug": "workflow",
    "last_updated": "2009-09-25T10:34:35-04:00",
    "last_fetched": "2026-02-15T07:02:44.382831-05:00",
    "repo_url": "https://github.com/ntoll/workflow",
    "pypi_version": null,
    "created": "2010-09-13T03:30:38.969355-04:00",
    "modified": "2026-01-29T12:42:47.521257-05:00",
    "repo_forks": 33,
    "repo_description": "A lightweight workflow engine application for Django based web-applications",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 134,
    "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": [
        "ntoll",
        "jezdez"
    ]
}