API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 4279,
    "title": "Universal REST client",
    "slug": "universal-rest-client",
    "last_updated": null,
    "last_fetched": "2026-02-15T02:05:02.145351-05:00",
    "repo_url": "https://pypi.org/project/universal-rest-client",
    "pypi_version": "2.3.5",
    "created": "2019-01-03T03:14:24.650484-05:00",
    "modified": "2026-01-28T16:23:27.832058-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/universal-rest-client",
    "documentation_url": "",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}