API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4548/?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"
    ],
    "id": 4548,
    "title": "django-requestlogs",
    "slug": "django-requestlogs",
    "last_updated": "2025-03-05T01:11:34-05:00",
    "last_fetched": "2026-02-15T18:01:25.344601-05:00",
    "repo_url": "https://github.com/raekkeri/django-requestlogs",
    "pypi_version": "0.8.3",
    "created": "2020-03-13T01:46:13.826346-04:00",
    "modified": "2026-01-28T14:20:20.194218-05:00",
    "repo_forks": 19,
    "repo_description": "django-requestlogs is a package providing middleware and other helpers for audit logging.",
    "pypi_url": "http://pypi.python.org/pypi/django-requestlogs",
    "documentation_url": "",
    "repo_watchers": 65,
    "commits_over_52": [
        1,
        2,
        2,
        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": [
        "Raekkeri",
        "leogregianin",
        "ride90",
        "gvangool",
        "limugob",
        "jsoa",
        "andrewgy8",
        "chiragkanhasoft"
    ]
}