API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3275/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/285/?format=api",
        "https://djangopackages.org/api/v4/grids/1/?format=api"
    ],
    "id": 3275,
    "title": "djangocms-comments",
    "slug": "djangocms-comments",
    "last_updated": "2020-05-12T19:11:40-04:00",
    "last_fetched": "2026-02-15T07:00:57.342564-05:00",
    "repo_url": "https://github.com/Nekmo/djangocms-comments",
    "pypi_version": "0.2.3",
    "created": "2016-04-11T18:48:59.790265-04:00",
    "modified": "2026-01-29T12:39:48.892746-05:00",
    "repo_forks": 11,
    "repo_description": "DjangoCMS Comments Module",
    "pypi_url": "http://pypi.python.org/pypi/djangocms-comments",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "Nekmo",
        "chromakey",
        "Darex1991",
        "marksweb",
        "ZippoLag"
    ]
}