API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5786/?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/23/?format=api"
    ],
    "id": 5786,
    "title": "Django Blog Lotus",
    "slug": "django-blog-lotus",
    "last_updated": "2025-09-30T15:57:18-04:00",
    "last_fetched": "2026-02-15T03:01:31.845831-05:00",
    "repo_url": "https://github.com/emencia/django-blog-lotus",
    "pypi_version": "0.9.5",
    "created": "2023-10-11T10:43:30.698194-04:00",
    "modified": "2026-01-28T16:26:56.914132-05:00",
    "repo_forks": 2,
    "repo_description": "A weblog application with Django.",
    "pypi_url": "https://pypi.org/project/django-blog-lotus",
    "documentation_url": "https://django-blog-lotus.readthedocs.io/",
    "repo_watchers": 17,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        2,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "sveetch",
        "gswietko"
    ]
}