API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2264/?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/72/?format=api"
    ],
    "id": 2264,
    "title": "cms-draggable-files",
    "slug": "cms-draggable-files",
    "last_updated": "2014-03-10T05:01:37-04:00",
    "last_fetched": "2026-02-16T01:01:55.643927-05:00",
    "repo_url": "https://github.com/jelenak/cms-draggable-files",
    "pypi_version": "0.1.6",
    "created": "2014-03-08T10:02:27.650147-05:00",
    "modified": "2026-01-28T15:49:24.266922-05:00",
    "repo_forks": 0,
    "repo_description": "Drag and Drop files to django-cms placeholder",
    "pypi_url": "http://pypi.python.org/pypi/cms-draggable-files",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "jelenak"
    ]
}