API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4129/
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/306/"
    ],
    "id": 4129,
    "title": "django-oidc-rp",
    "slug": "django-oidc-rp",
    "last_updated": "2023-01-11T05:36:48-05:00",
    "last_fetched": "2026-02-15T20:08:44.160745-05:00",
    "repo_url": "https://github.com/impak-finance/django-oidc-rp",
    "pypi_version": "0.3.4",
    "created": "2018-04-27T14:04:43.650183-04:00",
    "modified": "2026-01-28T15:02:39.501245-05:00",
    "repo_forks": 25,
    "repo_description": "A server side OpenID Connect Relying Party (RP, Client) implementation for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-oidc-rp",
    "documentation_url": "",
    "repo_watchers": 21,
    "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": [
        "ellmetha",
        "mz314",
        "udancewicz",
        "kbarralon",
        "phililippe",
        "andrzej-bladek-polcode"
    ]
}