API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3401/
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/226/",
        "https://djangopackages.org/api/v4/grids/127/"
    ],
    "id": 3401,
    "title": "wq.create",
    "slug": "wq-create",
    "last_updated": "2025-10-31T08:47:33-04:00",
    "last_fetched": "2026-02-16T00:05:39.757399-05:00",
    "repo_url": "https://github.com/wq/wq.create",
    "pypi_version": "2.1.1",
    "created": "2016-09-08T14:36:37.863939-04:00",
    "modified": "2026-01-28T15:45:22.171290-05:00",
    "repo_forks": 1,
    "repo_description": "wq.create: Project scaffolding tools for creating a new crowdsourcing or citizen science application with the wq framework.",
    "pypi_url": "https://pypi.org/project/wq.create",
    "documentation_url": "https://wq.io/",
    "repo_watchers": 7,
    "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,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "sheppard"
    ]
}