API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/410/?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"
    ],
    "id": 410,
    "title": "django-auth-ldap",
    "slug": "django-auth-ldap",
    "last_updated": "2026-02-11T08:53:49-05:00",
    "last_fetched": "2026-02-15T14:29:59.434883-05:00",
    "repo_url": "https://github.com/django-auth-ldap/django-auth-ldap",
    "pypi_version": "5.3.0",
    "created": "2010-09-28T08:42:18.494410-04:00",
    "modified": "2026-01-28T13:52:59.142434-05:00",
    "repo_forks": 104,
    "repo_description": "Django authentication backend that authenticates against an LDAP service.",
    "pypi_url": "http://pypi.python.org/pypi/django-auth-ldap",
    "documentation_url": "https://django-auth-ldap.readthedocs.io/",
    "repo_watchers": 365,
    "commits_over_52": [
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        1,
        0,
        3,
        0,
        9,
        4,
        0,
        0,
        0,
        0,
        2,
        0,
        0
    ],
    "participants": [
        "jdufresne",
        "francoisfreitag",
        "psagers",
        "dependabot[bot]",
        "jwilhelm-godaddy",
        "intgr",
        "johnthagen",
        "InzGIBA",
        "aaugustin",
        "dmitri-s",
        "vilhelmen",
        "zwfang",
        "Augustin-FL",
        "sevdog",
        "Natureshadow",
        "Gillingham",
        "Exirel",
        "hetsch",
        "tparsa",
        "piotr-kubiak",
        "snanda85",
        "stevecj",
        "smeinel",
        "crccheck",
        "jkoan",
        "sdolemelipone"
    ]
}