API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4578/?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/32/?format=api",
        "https://djangopackages.org/api/v4/grids/51/?format=api",
        "https://djangopackages.org/api/v4/grids/130/?format=api"
    ],
    "id": 4578,
    "title": "Django Slick Reporting",
    "slug": "django-slick-reporting",
    "last_updated": "2026-05-02T01:09:53-04:00",
    "last_fetched": "2026-05-25T20:08:05.883465-04:00",
    "repo_url": "https://github.com/ra-systems/django-slick-reporting",
    "pypi_version": "1.4.0",
    "created": "2020-04-26T02:45:33.180823-04:00",
    "modified": "2026-05-04T06:05:42.138569-04:00",
    "repo_forks": 49,
    "repo_description": "The Reporting Engine for Django. Create dashboards and standalone Reports and Charts.",
    "pypi_url": "http://pypi.python.org/pypi/django-slick-reporting",
    "documentation_url": "https://django-slick-reporting.readthedocs.io/en/latest/",
    "repo_watchers": 601,
    "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,
        8,
        3,
        4,
        5,
        13,
        0,
        0,
        0
    ],
    "participants": [
        "RamezIssac",
        "squio",
        "PiotrIw",
        "gr4n0t4",
        "iLoveTux",
        "DmytroLitvinov",
        "TurnrDev",
        "jrutila",
        "Zerotask",
        "srijwalzartek",
        "mswastik",
        "wadewilliams"
    ]
}