API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1778/?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",
        "https://djangopackages.org/api/v4/grids/1/?format=api"
    ],
    "id": 1778,
    "title": "cmsapp-rt",
    "slug": "cmsapp-rt",
    "last_updated": "2013-06-28T00:49:16-04:00",
    "last_fetched": "2026-02-16T00:04:40.558498-05:00",
    "repo_url": "https://github.com/RacingTadpole/cmsapp-rt",
    "pypi_version": "0.0.4",
    "created": "2013-04-21T23:04:12.747452-04:00",
    "modified": "2026-01-28T15:43:35.079313-05:00",
    "repo_forks": 0,
    "repo_description": "This package contains apps (including a context processor and example template) to help your Django-CMS project work with Twitter Bootstrap",
    "pypi_url": "http://pypi.python.org/pypi/cmsapp-rt",
    "documentation_url": null,
    "repo_watchers": 2,
    "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"
    ]
}