API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/201/?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/48/?format=api"
    ],
    "id": 201,
    "title": "django-generic-flatblocks",
    "slug": "django-generic-flatblocks",
    "last_updated": "2019-11-24T04:05:34-05:00",
    "last_fetched": "2026-02-15T11:07:49.975028-05:00",
    "repo_url": "https://github.com/bartTC/django-generic-flatblocks",
    "pypi_version": "1.3",
    "created": "2010-09-06T06:59:27.409723-04:00",
    "modified": "2026-01-28T13:13:16.898177-05:00",
    "repo_forks": 13,
    "repo_description": "A flatpages/flatblock application using generic relations to content models.",
    "pypi_url": "http://pypi.python.org/pypi/django-generic-flatblocks",
    "documentation_url": "https://readthedocs.org/projects/django-generic-flatblocks/",
    "repo_watchers": 68,
    "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": [
        "bartTC",
        "motion-media",
        "ataylor32",
        "brosner",
        "jeverling",
        "dependabot[bot]",
        "winhamwr"
    ]
}