API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6121/?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": 6121,
    "title": "django-logmancer",
    "slug": "django-logmancer",
    "last_updated": "2025-11-11T08:37:51-05:00",
    "last_fetched": "2026-02-15T04:05:09.710607-05:00",
    "repo_url": "https://github.com/abdulsamet/logmancer",
    "pypi_version": "0.1.3",
    "created": "2025-07-24T06:22:24.135143-04:00",
    "modified": "2026-01-28T16:58:16.033613-05:00",
    "repo_forks": 0,
    "repo_description": "Advanced logging and monitoring for Django applications.",
    "pypi_url": "https://pypi.org/project/django-logmancer",
    "documentation_url": "https://logmancer.readthedocs.io/",
    "repo_watchers": 3,
    "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,
        5,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "abdulsamet"
    ]
}