API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4251/
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/66/",
        "https://djangopackages.org/api/v4/grids/409/"
    ],
    "id": 4251,
    "title": "mango-jwt",
    "slug": "mango-jwt",
    "last_updated": "2020-01-25T13:13:00-05:00",
    "last_fetched": "2026-02-16T01:04:20.825810-05:00",
    "repo_url": "https://github.com/srijannnd/mango-jwt",
    "pypi_version": "1.3.2",
    "created": "2018-11-13T11:04:16.703920-05:00",
    "modified": "2026-01-28T15:53:52.325293-05:00",
    "repo_forks": 4,
    "repo_description": "JWT Authentication for Django Rest Framework and MongoDB",
    "pypi_url": "http://pypi.python.org/pypi/mango-jwt",
    "documentation_url": "https://github.com/srijannnd/mango-jwt/blob/master/README.rst",
    "repo_watchers": 1,
    "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": [
        "srijannnd"
    ]
}