API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3435/?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/177/?format=api"
    ],
    "id": 3435,
    "title": "fluentcms-suit",
    "slug": "fluentcms-suit",
    "last_updated": "2021-11-24T02:07:52-05:00",
    "last_fetched": "2026-02-15T11:05:14.783022-05:00",
    "repo_url": "https://github.com/bashu/fluentcms-suit",
    "pypi_version": "2.0.1",
    "created": "2016-10-13T09:15:32.042763-04:00",
    "modified": "2026-01-28T13:10:54.700877-05:00",
    "repo_forks": 2,
    "repo_description": "🦐 django-fluent-pages meets django-suit",
    "pypi_url": "http://pypi.python.org/pypi/fluentcms-suit",
    "documentation_url": "https://github.com/bashu/fluentcms-suit/blob/develop/README.rst",
    "repo_watchers": 2,
    "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": [
        "bashu"
    ]
}