API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5850/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/7/?format=api",
        "https://djangopackages.org/api/v4/grids/271/?format=api",
        "https://djangopackages.org/api/v4/grids/444/?format=api"
    ],
    "id": 5850,
    "title": "django-freeipa-auth",
    "slug": "django-freeipa-auth",
    "last_updated": "2022-09-01T15:06:03-04:00",
    "last_fetched": "2026-02-15T21:07:32.391165-05:00",
    "repo_url": "https://github.com/enervee/django-freeipa-auth",
    "pypi_version": "2.0.3",
    "created": "2024-01-29T20:05:34.112392-05:00",
    "modified": "2026-01-28T15:14:00.847801-05:00",
    "repo_forks": 1,
    "repo_description": "Django FreeIPA Auth is a backend authentication app with a simple server failover solution which can be included in a project’s authentication backends. This app communicates with a specified FreeIPA host server and authenticates a user to the django app upon successful freeIPA login.",
    "pypi_url": "https://pypi.org/project/django-freeipa-auth",
    "documentation_url": "https://github.com/enervee/django-freeipa-auth/blob/main/README.rst",
    "repo_watchers": 4,
    "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": [
        "kris-anderson",
        "rsbusby",
        "StanislavMitrofanov"
    ]
}