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": "2025-06-23T04:05:03-04:00",
    "last_fetched": "2026-02-15T19:04:17.745706-05:00",
    "repo_url": "https://github.com/legion-an/django-models-logging",
    "pypi_version": "2.4",
    "created": "2018-11-15T07:28:47.576887-05:00",
    "modified": "2026-01-28T14:41:04.367382-05:00",
    "repo_forks": 11,
    "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": 30,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        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
    ],
    "participants": [
        "creyD",
        "legion-an",
        "MatejMijoski",
        "EugeneKovalev",
        "juanbits"
    ]
}