API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/680/
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/"
    ],
    "id": 680,
    "title": "djc.recipe",
    "slug": "djcrecipe",
    "last_updated": "2012-07-02T05:36:48-04:00",
    "last_fetched": "2026-02-15T21:05:38.435715-05:00",
    "repo_url": "https://github.com/abstract-open-solutions/djc.recipe",
    "pypi_version": "0.9.7",
    "created": "2011-03-08T09:11:23.011355-05:00",
    "modified": "2026-01-28T15:11:03.184633-05:00",
    "repo_forks": 0,
    "repo_description": "A buildout recipe for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/djc.recipe",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "simonedeponti",
        "dimroc"
    ]
}