API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6320/?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/168/?format=api",
        "https://djangopackages.org/api/v4/grids/35/?format=api"
    ],
    "id": 6320,
    "title": "django-lucus",
    "slug": "django-lucus",
    "last_updated": "2026-05-04T16:56:12-04:00",
    "last_fetched": "2026-05-25T21:06:42.001195-04:00",
    "repo_url": "https://github.com/rockdukan/django-lucus",
    "pypi_version": "0.1.10",
    "created": "2026-03-20T08:11:39.028275-04:00",
    "modified": "2026-03-20T08:18:39.302266-04:00",
    "repo_forks": 0,
    "repo_description": "Lucus is a custom panel for Django Admin: it replaces the admin interface styling and adds a multi-column dashboard.",
    "pypi_url": "https://pypi.org/project/django-lucus/",
    "documentation_url": "https://github.com/Rockdukan/django-lucus",
    "repo_watchers": 0,
    "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,
        2,
        0,
        14,
        6,
        0,
        0,
        2,
        0,
        0,
        0
    ],
    "participants": [
        "Rockdukan"
    ]
}