API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5058/
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/135/"
    ],
    "id": 5058,
    "title": "django-automations",
    "slug": "django-automations",
    "last_updated": "2026-01-19T13:00:55-05:00",
    "last_fetched": "2026-02-15T20:03:44.904073-05:00",
    "repo_url": "https://github.com/fsbraun/django-automations",
    "pypi_version": "0.9.4.1",
    "created": "2021-05-13T04:17:07.229831-04:00",
    "modified": "2026-01-28T14:54:54.747157-05:00",
    "repo_forks": 6,
    "repo_description": "Processes and automations for your Django project",
    "pypi_url": "http://pypi.python.org/pypi/django-automations",
    "documentation_url": "https://django-automations.readthedocs.io/en/latest/",
    "repo_watchers": 37,
    "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,
        1,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0
    ],
    "participants": [
        "fsbraun",
        "jacklinke",
        "pre-commit-ci[bot]",
        "sebastianmanger"
    ]
}