API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4287/
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/28/",
        "https://djangopackages.org/api/v4/grids/7/",
        "https://djangopackages.org/api/v4/grids/426/"
    ],
    "id": 4287,
    "title": "django-mfa2",
    "slug": "django-mfa2",
    "last_updated": "2025-11-07T06:53:07-05:00",
    "last_fetched": "2026-02-15T19:01:42.626703-05:00",
    "repo_url": "https://github.com/mkalioby/django-mfa2",
    "pypi_version": "3.1.2",
    "created": "2019-01-18T08:15:57.606891-05:00",
    "modified": "2026-01-28T14:38:06.582606-05:00",
    "repo_forks": 52,
    "repo_description": "A Django app that handles MFA, it supports TOTP, U2F, FIDO2 U2F (Webauthn),  Email Token and Trusted Devices",
    "pypi_url": "http://pypi.python.org/pypi/django-mfa2",
    "documentation_url": "",
    "repo_watchers": 340,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "mkalioby",
        "swainn",
        "mdewhirst",
        "mahmoodnasr",
        "pacrim",
        "camposmoreira",
        "unramk"
    ]
}