API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4206/
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/",
        "https://djangopackages.org/api/v4/grids/7/",
        "https://djangopackages.org/api/v4/grids/409/"
    ],
    "id": 4206,
    "title": "django-jwt-auth",
    "slug": "django-jwt-auth",
    "last_updated": "2017-04-18T09:07:46-04:00",
    "last_fetched": "2026-02-15T22:03:28.372382-05:00",
    "repo_url": "https://github.com/jpadilla/django-jwt-auth",
    "pypi_version": "0.0.2",
    "created": "2018-08-27T02:32:56.969811-04:00",
    "modified": "2026-01-28T15:19:48.021446-05:00",
    "repo_forks": 45,
    "repo_description": "JSON Web Token Authentication support for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-jwt-auth",
    "documentation_url": "",
    "repo_watchers": 169,
    "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": [
        "jpadilla",
        "bskim45",
        "wesleylima"
    ]
}