API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/168/",
        "https://djangopackages.org/api/v4/grids/35/"
    ],
    "id": 2887,
    "title": "django-flat-theme",
    "slug": "django-flat-theme",
    "last_updated": "2016-10-27T05:51:10-04:00",
    "last_fetched": "2026-02-15T17:19:39.456458-05:00",
    "repo_url": "https://github.com/elky/django-flat-theme",
    "pypi_version": "1.1.4",
    "created": "2015-05-02T11:07:29.550422-04:00",
    "modified": "2026-01-28T14:16:11.353347-05:00",
    "repo_forks": 45,
    "repo_description": "A flat theme for Django admin interface. Modern, fresh, simple.",
    "pypi_url": "http://pypi.python.org/pypi/django-flat-theme",
    "documentation_url": "",
    "repo_watchers": 412,
    "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": [
        "elky",
        "mfa",
        "bnjmnt4n",
        "danielquinn",
        "sspross",
        "heyts",
        "mrTable"
    ]
}