API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5570/
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/113/"
    ],
    "id": 5570,
    "title": "django-batch-sheet",
    "slug": "django-batch-sheet",
    "last_updated": "2026-02-06T09:32:50-05:00",
    "last_fetched": "2026-02-15T03:07:47.677183-05:00",
    "repo_url": "https://github.com/mkalioby/django-batch-sheet",
    "pypi_version": "0.90.0",
    "created": "2022-10-17T20:00:43.142914-04:00",
    "modified": "2026-01-28T16:49:27.982852-05:00",
    "repo_forks": 1,
    "repo_description": "Generate Excel sheets to batch upload to Database",
    "pypi_url": "https://pypi.org/project/django-batch-sheet",
    "documentation_url": "",
    "repo_watchers": 8,
    "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,
        3,
        0
    ],
    "participants": [
        "mkalioby",
        "mahmoodnasr"
    ]
}