API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/6/"
    ],
    "id": 3989,
    "title": "Myfirstframe",
    "slug": "zahedbri",
    "last_updated": null,
    "last_fetched": "2026-02-15T13:05:30.912657-05:00",
    "repo_url": "https://github.com/zahedbri",
    "pypi_version": null,
    "created": "2017-10-29T06:10:47.132035-04:00",
    "modified": "2026-01-28T13:23:23.489807-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}