API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1018/
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/35/",
        "https://djangopackages.org/api/v4/grids/177/"
    ],
    "id": 1018,
    "title": "django-fluent-dashboard",
    "slug": "django-fluent-dashboard",
    "last_updated": "2025-07-03T07:12:17-04:00",
    "last_fetched": "2026-02-15T19:10:41.747737-05:00",
    "repo_url": "https://github.com/django-fluent/django-fluent-dashboard",
    "pypi_version": "2.0",
    "created": "2011-11-19T10:12:41.084768-05:00",
    "modified": "2026-01-28T14:49:48.055747-05:00",
    "repo_forks": 47,
    "repo_description": "An improved django-admin-tools dashboard for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-fluent-dashboard",
    "documentation_url": "https://readthedocs.org/projects/django-fluent-dashboard/",
    "repo_watchers": 341,
    "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",
        "maartendraijer",
        "glic3rinu",
        "paolodina",
        "mrmachine",
        "timgates42",
        "artscoop",
        "dependabot[bot]"
    ]
}