API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2187/?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"
    ],
    "id": 2187,
    "title": "django-nopassword",
    "slug": "django-nopassword",
    "last_updated": "2019-04-06T15:34:49-04:00",
    "last_fetched": "2026-02-15T07:04:39.342276-05:00",
    "repo_url": "https://github.com/relekang/django-nopassword",
    "pypi_version": "5.0.0",
    "created": "2014-01-13T15:50:01.192798-05:00",
    "modified": "2026-01-29T12:45:50.638480-05:00",
    "repo_forks": 42,
    "repo_description": "Authentication backend for django that uses a one time code instead of passwords",
    "pypi_url": "http://pypi.python.org/pypi/django-nopassword",
    "documentation_url": "https://readthedocs.org/projects/django-nopassword",
    "repo_watchers": 180,
    "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": [
        "relekang",
        "rubengrill",
        "smajda",
        "gthomas",
        "requires",
        "grumps",
        "ataylor32",
        "alej0varas",
        "akoumjian",
        "jbeyers",
        "codingjoe",
        "jpadilla",
        "mjumbewu",
        "yoniLavi",
        "daronstinnett"
    ]
}