API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1403/
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/"
    ],
    "id": 1403,
    "title": "django-downtime",
    "slug": "django-downtime",
    "last_updated": "2019-06-10T13:14:53-04:00",
    "last_fetched": "2026-02-15T21:03:28.365465-05:00",
    "repo_url": "https://github.com/dstegelman/django-downtime",
    "pypi_version": "1.1.2",
    "created": "2012-08-04T11:00:27.857104-04:00",
    "modified": "2026-01-28T15:07:23.988700-05:00",
    "repo_forks": 9,
    "repo_description": "Small, simple, app to show a down page or redirect to another site while you make upgrades.  ",
    "pypi_url": "http://pypi.python.org/pypi/django-downtime",
    "documentation_url": "http://django-downtime.readthedocs.org/",
    "repo_watchers": 32,
    "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": [
        "dstegelman",
        "adevore",
        "kevinglover",
        "peterfarrell",
        "philippeowagner",
        "mmmcorpsvit",
        "bartoszgrabski",
        "martey"
    ]
}