API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6123/
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/",
        "https://djangopackages.org/api/v4/grids/15/"
    ],
    "id": 6123,
    "title": "django-generic-notifications",
    "slug": "django-generic-notifications",
    "last_updated": "2026-02-10T13:54:38-05:00",
    "last_fetched": "2026-02-15T04:05:24.055672-05:00",
    "repo_url": "https://github.com/loopwerk/django-generic-notifications",
    "pypi_version": "2.3.3",
    "created": "2025-08-01T16:38:57.840565-04:00",
    "modified": "2026-01-28T16:58:21.716925-05:00",
    "repo_forks": 5,
    "repo_description": "A flexible, multi-channel notification system for Django applications with built-in support for email digests, user preferences, and extensible delivery channels.",
    "pypi_url": "https://pypi.org/project/django-generic-notifications",
    "documentation_url": "https://github.com/loopwerk/django-generic-notifications/blob/main/README.md",
    "repo_watchers": 115,
    "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,
        2,
        9,
        4,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        6,
        11,
        9,
        0,
        1,
        3,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        1
    ],
    "participants": [
        "kevinrenskers",
        "hvdklauw",
        "joshuadavidthomas"
    ]
}