API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5021/
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/281/"
    ],
    "id": 5021,
    "title": "django-easy-faq",
    "slug": "django-easy-faq",
    "last_updated": "2024-08-11T23:04:32-04:00",
    "last_fetched": "2026-02-15T21:05:24.798455-05:00",
    "repo_url": "https://github.com/smark-1/django-easy-faq",
    "pypi_version": "1.9",
    "created": "2021-03-10T18:52:15.771122-05:00",
    "modified": "2026-01-28T15:10:40.029538-05:00",
    "repo_forks": 8,
    "repo_description": "a Django app to easily add FAQ into website with extremely little effort",
    "pypi_url": "https://pypi.org/project/django-easy-faq",
    "documentation_url": "https://github.com/smark-1/django-easy-faq#readme",
    "repo_watchers": 17,
    "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",
        "rabbit463",
        "Yuego",
        "frlan",
        "dependabot[bot]",
        "pors",
        "arcturusannamalai",
        "imgbot[bot]"
    ]
}