API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1803/?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/23/?format=api",
        "https://djangopackages.org/api/v4/grids/177/?format=api"
    ],
    "id": 1803,
    "title": "django-fluent-blogs",
    "slug": "django-fluent-blogs",
    "last_updated": "2024-02-05T07:21:35-05:00",
    "last_fetched": "2026-02-15T19:10:26.734240-05:00",
    "repo_url": "https://github.com/django-fluent/django-fluent-blogs",
    "pypi_version": "3.1",
    "created": "2013-05-24T04:41:02.803997-04:00",
    "modified": "2026-01-28T14:49:24.718183-05:00",
    "repo_forks": 20,
    "repo_description": "A blog engine with flexible block contents (based on django-fluent-contents)",
    "pypi_url": "http://pypi.python.org/pypi/django-fluent-blogs",
    "documentation_url": null,
    "repo_watchers": 38,
    "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",
        "klavman",
        "msaelices"
    ]
}