API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/173/?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/8/?format=api"
    ],
    "id": 173,
    "title": "happyforms",
    "slug": "happyforms",
    "last_updated": "2010-08-17T19:34:52-04:00",
    "last_fetched": "2026-02-15T07:04:16.364245-05:00",
    "repo_url": "https://github.com/mozilla/happyforms",
    "pypi_version": "0.0.1",
    "created": "2010-08-31T00:33:20.433185-04:00",
    "modified": "2026-01-29T12:45:12.712701-05:00",
    "repo_forks": 3,
    "repo_description": "INACTIVE - http://mzl.la/ghe-archive - Extension to Django Forms that strips spaces",
    "pypi_url": "http://pypi.python.org/pypi/happyforms",
    "documentation_url": null,
    "repo_watchers": 15,
    "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": [
        "davedash"
    ]
}