API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2833/
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/245/"
    ],
    "id": 2833,
    "title": "Expiring Tokens for Django Rest Framework",
    "slug": "djangorestframework-expiring-authtoken",
    "last_updated": "2016-09-08T14:10:53-04:00",
    "last_fetched": "2026-02-15T18:13:50.489526-05:00",
    "repo_url": "https://github.com/JamesRitchie/django-rest-framework-expiring-tokens",
    "pypi_version": "0.1.4",
    "created": "2015-04-01T11:25:43.379967-04:00",
    "modified": "2026-01-28T14:34:14.653960-05:00",
    "repo_forks": 45,
    "repo_description": "Expiring Token Auth for Django Rest Framework",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-expiring-authtoken",
    "documentation_url": "",
    "repo_watchers": 108,
    "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,
        0,
        0
    ],
    "participants": [
        "JamesRitchie",
        "fcasas"
    ]
}