API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1904/
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/223/"
    ],
    "id": 1904,
    "title": "django-singleton-admin",
    "slug": "django-singleton-admin",
    "last_updated": "2013-06-28T00:48:17-04:00",
    "last_fetched": "2026-02-16T01:02:54.601393-05:00",
    "repo_url": "https://github.com/racingtadpole/django-singleton-admin",
    "pypi_version": "0.0.4",
    "created": "2013-06-28T21:28:44.631309-04:00",
    "modified": "2026-01-28T15:51:18.360728-05:00",
    "repo_forks": 0,
    "repo_description": "This package provides a way to ensure singleton classes can only have one instance in the Django admin panel. It is taken from Mezzanine by Stephen McDonald.",
    "pypi_url": "http://pypi.python.org/pypi/django-singleton-admin",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "RacingTadpole"
    ]
}