API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/380/
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/48/"
    ],
    "id": 380,
    "title": "django-siteblocks",
    "slug": "django-siteblocks",
    "last_updated": "2022-02-04T07:49:18-05:00",
    "last_fetched": "2026-02-15T21:02:16.256592-05:00",
    "repo_url": "https://github.com/idlesign/django-siteblocks",
    "pypi_version": "1.2.1",
    "created": "2010-09-18T05:28:19.261709-04:00",
    "modified": "2026-01-28T15:05:37.372310-05:00",
    "repo_forks": 9,
    "repo_description": "Reusable application for Django to build blocks of static or dynamic data that could be used in templates.",
    "pypi_url": "http://pypi.python.org/pypi/django-siteblocks",
    "documentation_url": null,
    "repo_watchers": 22,
    "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": [
        "idlesign",
        "aruseni"
    ]
}