API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/590/
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/80/",
        "https://djangopackages.org/api/v4/grids/232/"
    ],
    "id": 590,
    "title": "django-maintenancemode",
    "slug": "django-maintenancemode",
    "last_updated": "2022-11-28T11:23:32-05:00",
    "last_fetched": "2026-02-15T18:12:54.790251-05:00",
    "repo_url": "https://github.com/shanx/django-maintenancemode",
    "pypi_version": "0.11.7",
    "created": "2011-01-17T23:06:53.027249-05:00",
    "modified": "2026-01-28T14:32:56.969965-05:00",
    "repo_forks": 35,
    "repo_description": "🛠 django-maintenancemode allows you to temporary shutdown your site for maintenance work",
    "pypi_url": "http://pypi.python.org/pypi/django-maintenancemode",
    "documentation_url": "https://github.com/shanx/django-maintenancemode/blob/develop/README.rst",
    "repo_watchers": 178,
    "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": [
        "bashu",
        "jezdez",
        "shanx",
        "c-goosen",
        "matthiask",
        "thanosd",
        "abhaga",
        "tijuca",
        "nerdoc",
        "spielmannj",
        "KaySackey",
        "kitterma",
        "kishorkunal-raj"
    ]
}