API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1920/
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/139/"
    ],
    "id": 1920,
    "title": "django-notifier",
    "slug": "django-notifier",
    "last_updated": "2013-10-27T06:51:19-04:00",
    "last_fetched": "2026-02-16T02:01:26.753643-05:00",
    "repo_url": "https://github.com/scdoshi/django-notifier",
    "pypi_version": "0.7",
    "created": "2013-07-05T23:04:39.937188-04:00",
    "modified": "2026-01-28T15:58:44.115806-05:00",
    "repo_forks": 33,
    "repo_description": "Send notifications (Email, SMS etc) and manage preferences and permissions per user and group.",
    "pypi_url": "http://pypi.python.org/pypi/django-notifier",
    "documentation_url": "https://readthedocs.org/projects/django-notifier/",
    "repo_watchers": 26,
    "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": [
        "scdoshi"
    ]
}