API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4352/?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/8/?format=api",
        "https://djangopackages.org/api/v4/grids/113/?format=api"
    ],
    "id": 4352,
    "title": "django-funky-sheets",
    "slug": "django-funky-sheets",
    "last_updated": "2023-08-03T05:40:06-04:00",
    "last_fetched": "2026-02-16T01:03:54.022986-05:00",
    "repo_url": "https://github.com/trco/django-funky-sheets",
    "pypi_version": "0.2.0",
    "created": "2019-05-05T04:15:31.355428-04:00",
    "modified": "2026-01-28T15:53:03.323385-05:00",
    "repo_forks": 22,
    "repo_description": "Django implementation of Handsontable spreadsheets for CRUD actions.",
    "pypi_url": "http://pypi.python.org/pypi/django-funky-sheets",
    "documentation_url": "https://github.com/trco/django-funky-sheets/blob/master/README.rst",
    "repo_watchers": 109,
    "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": [
        "trco"
    ]
}