API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3402/
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/66/"
    ],
    "id": 3402,
    "title": "django-mfa",
    "slug": "django-mfa",
    "last_updated": "2021-12-03T02:57:35-05:00",
    "last_fetched": "2026-02-15T20:04:02.867569-05:00",
    "repo_url": "https://github.com/MicroPyramid/django-mfa",
    "pypi_version": "3.2",
    "created": "2016-09-10T08:24:35.750347-04:00",
    "modified": "2026-01-28T14:55:18.972575-05:00",
    "repo_forks": 78,
    "repo_description": "Django-mfa (Multi Factor Authentication) is a simple package to add extra layer of security to your django web application. It gives web app a randomly changing password as an extra protection and supports u2f too",
    "pypi_url": "http://pypi.python.org/pypi/django-mfa",
    "documentation_url": "http://django-mfa.readthedocs.io/en/latest/",
    "repo_watchers": 184,
    "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": [
        "chaitu210",
        "gregkster",
        "ashwin31",
        "kamilturek",
        "abhijeet-1110",
        "dmyerscough",
        "nikhila05",
        "brianmay",
        "lodb",
        "huxley",
        "willingham",
        "coolfire1231",
        "bakyeono",
        "JandroMejia97",
        "jschroe212",
        "mboelen",
        "nath",
        "timgates42",
        "runtimee",
        "dependabot[bot]",
        "swethanaretla",
        "vineeshan"
    ]
}