API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3159/?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/139/?format=api"
    ],
    "id": 3159,
    "title": "Django NotifyX",
    "slug": "django-notify-x",
    "last_updated": "2020-03-25T06:36:36-04:00",
    "last_fetched": "2026-02-16T00:01:31.156245-05:00",
    "repo_url": "https://github.com/v1k45/django-notify-x",
    "pypi_version": "0.1.9",
    "created": "2015-12-11T11:21:45.322885-05:00",
    "modified": "2026-01-28T15:27:36.594914-05:00",
    "repo_forks": 39,
    "repo_description": "Notification system for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-notify-x",
    "documentation_url": "http://django-notify-x.readthedocs.org/en/latest/",
    "repo_watchers": 187,
    "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": [
        "v1k45",
        "fgmacedo",
        "eljhkrr"
    ]
}