API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/172/
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/40/",
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 172,
    "title": "djangorecipe",
    "slug": "djangorecipe",
    "last_updated": "2016-06-29T16:12:23-04:00",
    "last_fetched": "2026-02-15T19:09:17.180572-05:00",
    "repo_url": "https://github.com/rvanlaar/djangorecipe",
    "pypi_version": "2.2.1",
    "created": "2010-08-30T19:15:29.756333-04:00",
    "modified": "2026-01-28T14:47:38.789209-05:00",
    "repo_forks": 42,
    "repo_description": "A django recipe for buildout",
    "pypi_url": "http://pypi.python.org/pypi/djangorecipe",
    "documentation_url": null,
    "repo_watchers": 66,
    "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": [
        "reinout",
        "rvanlaar",
        "jezdez",
        "jacobian",
        "brodul",
        "jjmurre",
        "johnpaulett",
        "anshumanb",
        "zerok",
        "orientalperil",
        "sirex",
        "mjpieters",
        "misaelnieto"
    ]
}