API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3850/
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": 3850,
    "title": "django-oidc-auth",
    "slug": "django-oidc-auth",
    "last_updated": "2023-11-17T12:35:35-05:00",
    "last_fetched": "2023-11-22T16:48:04.574980-05:00",
    "repo_url": "https://github.com/intelie/django-oidc-auth",
    "pypi_version": "0.0.11",
    "created": "2017-06-13T05:43:39.850987-04:00",
    "modified": "2025-01-31T14:58:51.433361-05:00",
    "repo_forks": 20,
    "repo_description": "An OpenID Connect Client for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-oidc-auth",
    "documentation_url": "",
    "repo_watchers": 28,
    "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": [
        "lsmag",
        "vandersonmota",
        "pedroteixeira",
        "vitgusmao",
        "VitorPDavid",
        "leandromalves"
    ]
}