API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5273/
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/79/",
        "https://djangopackages.org/api/v4/grids/245/"
    ],
    "id": 5273,
    "title": "django-betterFlatPages",
    "slug": "django-betterflatpages",
    "last_updated": "2022-07-13T13:42:04-04:00",
    "last_fetched": "2026-02-16T02:02:28.478012-05:00",
    "repo_url": "https://github.com/smark-1/django-betterFlatPages",
    "pypi_version": "1.2.2",
    "created": "2021-12-20T14:46:34.819059-05:00",
    "modified": "2026-01-28T16:00:42.444225-05:00",
    "repo_forks": 0,
    "repo_description": "A Django app drop in replacement for django.contrib.flatpages with drf support and metatag support.",
    "pypi_url": "https://pypi.org/project/django-betterflatpages",
    "documentation_url": "https://github.com/smark-1/django-betterFlatPages",
    "repo_watchers": 2,
    "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": [
        "smark-1"
    ]
}