API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/147/"
    ],
    "id": 1366,
    "title": "mezzanine-blocks",
    "slug": "mezzanine-blocks",
    "last_updated": "2017-04-06T13:13:05-04:00",
    "last_fetched": "2026-02-15T13:01:16.743289-05:00",
    "repo_url": "https://github.com/renyi/mezzanine-blocks",
    "pypi_version": null,
    "created": "2012-07-10T02:59:11.939823-04:00",
    "modified": "2026-01-28T13:14:47.042587-05:00",
    "repo_forks": 29,
    "repo_description": "A mezzanine flavored fork of django-flatblocks. The goal of this project is to be able to easily create custom blocks of HTML in the template, and can be editable via admin.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 49,
    "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": [
        "renyi",
        "anthonycirc",
        "molokov",
        "shiraleeana",
        "adrian-the-git",
        "alan-hicks",
        "orutherfurd",
        "tiktuk",
        "llann"
    ]
}