API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1588/
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": 1588,
    "title": "django-singleactiveobject",
    "slug": "django-singleactiveobject",
    "last_updated": "2012-12-19T13:54:23-05:00",
    "last_fetched": "2026-02-16T02:03:24.479084-05:00",
    "repo_url": "https://github.com/byteweaver/django-singleactiveobject",
    "pypi_version": "0.9.1",
    "created": "2012-12-17T06:30:07.528286-05:00",
    "modified": "2026-01-28T16:02:33.439373-05:00",
    "repo_forks": 1,
    "repo_description": "Model mixin that ensures there is only one active model instance in your database. ",
    "pypi_url": "http://pypi.python.org/pypi/django-singleactiveobject",
    "documentation_url": null,
    "repo_watchers": 2,
    "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": [
        "Akuryou",
        "noxan"
    ]
}