API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1654/
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/1/",
        "https://djangopackages.org/api/v4/grids/177/"
    ],
    "id": 1654,
    "title": "django-fluent-pages",
    "slug": "django-fluent-pages",
    "last_updated": "2023-10-16T08:27:56-04:00",
    "last_fetched": "2026-02-15T19:07:09.295774-05:00",
    "repo_url": "https://github.com/django-fluent/django-fluent-pages",
    "pypi_version": "3.0.2",
    "created": "2013-01-22T06:32:14.069898-05:00",
    "modified": "2026-01-28T14:44:49.658439-05:00",
    "repo_forks": 24,
    "repo_description": "A flexible, scalable CMS with custom node types, and flexible block content.",
    "pypi_url": "http://pypi.python.org/pypi/django-fluent-pages",
    "documentation_url": "https://readthedocs.org/projects/django-fluent-pages/",
    "repo_watchers": 108,
    "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",
        "bashu",
        "vinnyrose",
        "gannettchad",
        "benkonrath",
        "floppya",
        "maartendraijer",
        "techdragon",
        "hexenxp14",
        "jmurty",
        "dekkers",
        "jpotterm",
        "huxley",
        "sjdines",
        "mrmachine",
        "dependabot[bot]"
    ]
}