API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1516/
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/7/"
    ],
    "id": 1516,
    "title": "django-mama-cas",
    "slug": "django-mama-cas",
    "last_updated": "2021-04-08T00:50:16-04:00",
    "last_fetched": "2026-02-15T20:02:29.372710-05:00",
    "repo_url": "https://github.com/jbittel/django-mama-cas",
    "pypi_version": "2.5.0",
    "created": "2012-10-28T01:54:21.608369-04:00",
    "modified": "2026-01-28T14:53:02.421241-05:00",
    "repo_forks": 110,
    "repo_description": "A Django Central Authentication Service (CAS) single sign-on server",
    "pypi_url": "http://pypi.python.org/pypi/django-mama-cas",
    "documentation_url": "https://readthedocs.org/projects/django-mama-cas/",
    "repo_watchers": 400,
    "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": [
        "jbittel",
        "manelclos",
        "stsewd",
        "pbaehr",
        "lorenmh",
        "mingchen",
        "tarunpaul",
        "adiletmaratov",
        "richardjs",
        "vitorcarareto",
        "overcat",
        "pmayer",
        "danse",
        "enewhuis",
        "ravishi",
        "pygeek",
        "quinox",
        "barnabywalters"
    ]
}