API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1702/?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/73/?format=api"
    ],
    "id": 1702,
    "title": "cmsplugin-rt",
    "slug": "cmsplugin-rt",
    "last_updated": "2013-10-23T22:55:06-04:00",
    "last_fetched": "2026-02-15T19:09:37.986380-05:00",
    "repo_url": "https://github.com/RacingTadpole/cmsplugin-rt",
    "pypi_version": "0.5.1",
    "created": "2013-03-04T06:26:02.362846-05:00",
    "modified": "2026-01-28T14:48:05.120204-05:00",
    "repo_forks": 1,
    "repo_description": "A pack of plugins for Django-CMS",
    "pypi_url": "http://pypi.python.org/pypi/cmsplugin-rt",
    "documentation_url": null,
    "repo_watchers": 13,
    "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": [
        "RacingTadpole",
        "bercab"
    ]
}