API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6138/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/37/",
        "https://djangopackages.org/api/v4/grids/446/",
        "https://djangopackages.org/api/v4/grids/60/"
    ],
    "id": 6138,
    "title": "mako-for-django",
    "slug": "mako-for-django",
    "last_updated": "2026-02-13T13:39:12-05:00",
    "last_fetched": "2026-02-15T03:03:13.655058-05:00",
    "repo_url": "https://github.com/ertgl/mako-for-django",
    "pypi_version": "1.0.0",
    "created": "2025-08-29T23:35:45.402391-04:00",
    "modified": "2026-01-28T16:43:52.917295-05:00",
    "repo_forks": 1,
    "repo_description": "Mako powered template backend for Django.",
    "pypi_url": "https://pypi.org/project/mako-for-django",
    "documentation_url": null,
    "repo_watchers": 17,
    "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,
        7,
        4,
        2,
        2,
        2,
        4,
        2,
        2,
        2,
        2,
        4,
        2,
        0,
        2,
        10,
        2,
        6,
        0,
        0,
        4,
        4,
        10,
        0,
        10,
        6
    ],
    "participants": [
        "ertgl",
        "dependabot[bot]"
    ]
}