API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/124/
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/34/"
    ],
    "id": 124,
    "title": "django-campaign",
    "slug": "django-campaign",
    "last_updated": "2023-08-16T05:28:42-04:00",
    "last_fetched": "2026-02-15T03:09:28.152876-05:00",
    "repo_url": "https://github.com/arneb/django-campaign",
    "pypi_version": "0.6.3",
    "created": "2010-08-20T21:23:52.304702-04:00",
    "modified": "2026-01-28T16:51:30.787397-05:00",
    "repo_forks": 19,
    "repo_description": "Newsletter management app for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-campaign",
    "documentation_url": "http://django-campaign.readthedocs.org/en/latest/",
    "repo_watchers": 64,
    "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": [
        "arneb",
        "emetor",
        "blighj",
        "LuckyType",
        "lejenome"
    ]
}