API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/204/
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": 204,
    "title": "Django notifications",
    "slug": "django-notifications",
    "last_updated": "2010-06-12T10:12:14-04:00",
    "last_fetched": "2026-02-15T21:02:45.432147-05:00",
    "repo_url": "https://github.com/Kami/django-notifications",
    "pypi_version": "0.1.dev",
    "created": "2010-09-07T05:27:05.256548-04:00",
    "modified": "2026-01-28T15:06:22.168597-05:00",
    "repo_forks": 0,
    "repo_description": "Django application which allows you to create subscriptions for different model events (create, edit and delete) and send notification(s) when the subscribed event has occurred.",
    "pypi_url": "http://pypi.python.org/pypi/django_notifications",
    "documentation_url": null,
    "repo_watchers": 13,
    "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": [
        "Kami"
    ]
}