API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2624/
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/260/"
    ],
    "id": 2624,
    "title": "fluentcms-countdown",
    "slug": "fluentcms-countdown",
    "last_updated": "2021-11-16T09:37:37-05:00",
    "last_fetched": "2026-02-16T00:01:43.029066-05:00",
    "repo_url": "https://github.com/django-fluent/fluentcms-countdown",
    "pypi_version": "2.0",
    "created": "2014-10-13T07:04:15.607166-04:00",
    "modified": "2026-01-28T15:27:59.989309-05:00",
    "repo_forks": 1,
    "repo_description": "Countdown timer plugin for django-fluent CMS",
    "pypi_url": "http://pypi.python.org/pypi/fluentcms-countdown",
    "documentation_url": "https://github.com/edoburu/fluentcms-countdown/blob/master/README.rst",
    "repo_watchers": 3,
    "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"
    ]
}