API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5043/
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/73/",
        "https://djangopackages.org/api/v4/grids/281/",
        "https://djangopackages.org/api/v4/grids/440/"
    ],
    "id": 5043,
    "title": "DjangoCMS faq",
    "slug": "djangocms-faq",
    "last_updated": "2024-05-22T11:46:42-04:00",
    "last_fetched": "2026-02-15T04:02:18.678204-05:00",
    "repo_url": "https://gitlab.com/kapt/open-source/djangocms-faq",
    "pypi_version": "1.5.2",
    "created": "2021-04-12T09:24:34.337431-04:00",
    "modified": "2026-01-28T16:54:01.330261-05:00",
    "repo_forks": 1,
    "repo_description": "Frequently asked questions plugin for Django CMS, with an API to load questions from another page!",
    "pypi_url": "http://pypi.python.org/pypi/djangocms-faq",
    "documentation_url": "https://gitlab.com/kapt/open-source/djangocms-faq/-/blob/master/README.md",
    "repo_watchers": 1,
    "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": [
        "Adrien Delhorme",
        "Corentin Bettiol"
    ]
}