API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4254/?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/165/?format=api",
        "https://djangopackages.org/api/v4/grids/98/?format=api"
    ],
    "id": 4254,
    "title": "django-models-logging",
    "slug": "django-models-logging",
    "last_updated": "2026-04-28T11:03:18-04:00",
    "last_fetched": "2026-05-26T14:11:51.684345-04:00",
    "repo_url": "https://github.com/legion-an/django-models-logging",
    "pypi_version": "5.2.0",
    "created": "2018-11-15T07:28:47.576887-05:00",
    "modified": "2026-01-28T14:41:04.367382-05:00",
    "repo_forks": 12,
    "repo_description": "Add logging of models from save, delete signals",
    "pypi_url": "http://pypi.python.org/pypi/django-models-logging",
    "documentation_url": null,
    "repo_watchers": 31,
    "commits_over_52": [
        0,
        0,
        0,
        1,
        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,
        2,
        0,
        0,
        0,
        1,
        5,
        0,
        0,
        0
    ],
    "participants": [
        "legion-an",
        "creyD",
        "MatejMijoski",
        "EugeneKovalev",
        "juanbits",
        "arturovergara"
    ]
}