API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1401/?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/35/?format=api",
        "https://djangopackages.org/api/v4/grids/48/?format=api",
        "https://djangopackages.org/api/v4/grids/177/?format=api",
        "https://djangopackages.org/api/v4/grids/224/?format=api"
    ],
    "id": 1401,
    "title": "django-fluent-contents",
    "slug": "django-fluent-contents",
    "last_updated": "2024-02-05T08:07:49-05:00",
    "last_fetched": "2026-02-15T19:04:40.662386-05:00",
    "repo_url": "https://github.com/django-fluent/django-fluent-contents",
    "pypi_version": "3.1",
    "created": "2012-08-01T09:18:13.164859-04:00",
    "modified": "2026-01-28T14:41:38.204489-05:00",
    "repo_forks": 36,
    "repo_description": "A widget engine to display various content on Django pages",
    "pypi_url": "http://pypi.python.org/pypi/django-fluent-contents",
    "documentation_url": "https://readthedocs.org/projects/django-fluent-contents/",
    "repo_watchers": 148,
    "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": [
        "vdboor",
        "shabda",
        "gannettchad",
        "jpotterm",
        "bashu",
        "jmurty",
        "nuljon",
        "mrmachine",
        "akoumjian",
        "benkonrath",
        "si14",
        "jayvdb",
        "vinnyrose",
        "philippbosch",
        "pombredanne",
        "dependabot[bot]",
        "seroy"
    ]
}