API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6065/
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/11/"
    ],
    "id": 6065,
    "title": "django-log-lens",
    "slug": "django-log-lens",
    "last_updated": "2025-11-10T15:32:38-05:00",
    "last_fetched": "2026-02-15T03:02:20.750878-05:00",
    "repo_url": "https://github.com/martinbroede/django-log-lens",
    "pypi_version": "1.0.0",
    "created": "2025-03-10T04:50:35.479665-04:00",
    "modified": "2026-01-28T16:42:14.826713-05:00",
    "repo_forks": 0,
    "repo_description": "Lightweight, Low-Config Logging for Django",
    "pypi_url": "https://pypi.org/project/django-log-lens",
    "documentation_url": "https://github.com/martinbroede/django-log-lens?tab=readme-ov-file#core-features",
    "repo_watchers": 12,
    "commits_over_52": [
        0,
        0,
        0,
        2,
        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,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "martinbroede"
    ]
}