API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/30/?format=api"
    ],
    "id": 108,
    "title": "django-publicmanager",
    "slug": "django-publicmanager",
    "last_updated": "2010-08-26T06:44:16-04:00",
    "last_fetched": "2026-02-16T02:02:47.055620-05:00",
    "repo_url": "https://github.com/gregmuellegger/django-publicmanager",
    "pypi_version": "0.9.2",
    "created": "2010-08-20T10:04:45.659330-04:00",
    "modified": "2026-01-28T16:01:20.062666-05:00",
    "repo_forks": 1,
    "repo_description": "The django-publicmanager application provides a custom queryset class and managers that handle the public availability of database objects. The classes provide a public method that filters by boolean is_public and date based pub_date fields.",
    "pypi_url": "http://pypi.python.org/pypi/django-publicmanager",
    "documentation_url": null,
    "repo_watchers": 10,
    "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": [
        "gregmuellegger"
    ]
}