API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4460/
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/125/"
    ],
    "id": 4460,
    "title": "django-oauth-backend",
    "slug": "django-oauth-backend",
    "last_updated": null,
    "last_fetched": "2026-02-16T04:04:53.800813-05:00",
    "repo_url": "https://launchpad.net/django-oauth-backend",
    "pypi_version": "0.2.3",
    "created": "2019-12-02T11:28:00.433756-05:00",
    "modified": "2026-01-28T16:25:04.790515-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-oauth-backend",
    "documentation_url": "",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}