API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5890/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/5/"
    ],
    "id": 5890,
    "title": "Django Paddle Subscriptions",
    "slug": "django-paddle-subscriptions",
    "last_updated": null,
    "last_fetched": "2026-02-15T09:04:20.908653-05:00",
    "repo_url": "https://websightful.gumroad.com/l/django-paddle-subscriptions",
    "pypi_version": null,
    "created": "2024-03-28T06:44:42.219351-04:00",
    "modified": "2026-01-29T12:53:12.740557-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": "https://websightful.github.io/django-paddle-subscriptions-docs/",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}