API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3820/?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": 3820,
    "title": "django-requestlogging",
    "slug": "django-requestlogging-redux",
    "last_updated": "2024-01-25T13:51:34-05:00",
    "last_fetched": "2026-02-15T09:04:34.601529-05:00",
    "repo_url": "https://github.com/tarkatronic/django-requestlogging",
    "pypi_version": "1.2.1",
    "created": "2017-05-16T19:12:05.443120-04:00",
    "modified": "2026-01-29T12:53:33.502478-05:00",
    "repo_forks": 2,
    "repo_description": "This package provides a logging filter and middleware to add information about the current request to the logging record.",
    "pypi_url": "http://pypi.python.org/pypi/django-requestlogging-redux",
    "documentation_url": "",
    "repo_watchers": 7,
    "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": [
        "jwilhelm-godaddy",
        "tarkatronic",
        "bashu",
        "santtu"
    ]
}