API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1035/?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": 1035,
    "title": "django-cms-themes",
    "slug": "django-cms-themes",
    "last_updated": "2013-07-18T09:41:18-04:00",
    "last_fetched": "2026-02-15T04:03:04.111160-05:00",
    "repo_url": "https://github.com/MegaMark16/django-cms-themes",
    "pypi_version": "1.0.11",
    "created": "2011-11-25T00:28:58.685116-05:00",
    "modified": "2026-01-28T16:55:23.981119-05:00",
    "repo_forks": 14,
    "repo_description": "A way to quickly load and swap out template packs (or themes) for Django CMS",
    "pypi_url": "http://pypi.python.org/pypi/django-cms-themes",
    "documentation_url": null,
    "repo_watchers": 49,
    "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": [
        "MegaMark16",
        "yakky",
        "airtonix"
    ]
}