API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1433/
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": 1433,
    "title": "djc.recipe2",
    "slug": "djc-recipe2",
    "last_updated": "2012-07-02T05:17:55-04:00",
    "last_fetched": "2026-02-16T03:05:32.562697-05:00",
    "repo_url": "https://github.com/abstract-open-solutions/djc.recipe2",
    "pypi_version": "2.1",
    "created": "2012-08-31T07:12:18.756953-04:00",
    "modified": "2026-01-28T16:15:47.434504-05:00",
    "repo_forks": 1,
    "repo_description": "A zc.buildout recipe for Django",
    "pypi_url": "http://pypi.python.org/pypi/djc.recipe2",
    "documentation_url": null,
    "repo_watchers": 1,
    "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"
    ]
}