API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2774/?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/37/?format=api"
    ],
    "id": 2774,
    "title": "django_mako_template_loader",
    "slug": "django_mako_template_loader",
    "last_updated": "2013-05-07T03:36:57-04:00",
    "last_fetched": "2026-02-15T11:04:19.757265-05:00",
    "repo_url": "https://github.com/JoeyChangPri/django_mako_template_loader",
    "pypi_version": null,
    "created": "2015-02-21T05:21:38.890364-05:00",
    "modified": "2026-01-28T13:09:07.500066-05:00",
    "repo_forks": 0,
    "repo_description": "mako template loader plugin in django",
    "pypi_url": "",
    "documentation_url": "",
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "JoeyChangPri"
    ]
}