API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4734/?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/355/?format=api",
        "https://djangopackages.org/api/v4/grids/15/?format=api"
    ],
    "id": 4734,
    "title": "django-mail-auth",
    "slug": "django-mail-auth",
    "last_updated": "2026-02-10T03:55:49-05:00",
    "last_fetched": "2026-02-15T19:11:08.369796-05:00",
    "repo_url": "https://github.com/codingjoe/django-mail-auth",
    "pypi_version": "3.5.5",
    "created": "2020-09-16T18:26:58.769562-04:00",
    "modified": "2026-01-28T14:50:26.433197-05:00",
    "repo_forks": 4,
    "repo_description": "Django authentication via login URLs, no passwords required",
    "pypi_url": "https://pypi.org/project/django-mail-auth/",
    "documentation_url": "https://django-mail-auth.rtfd.io/",
    "repo_watchers": 79,
    "commits_over_52": [
        2,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        4,
        1,
        3,
        2,
        2,
        2,
        4,
        1,
        2,
        1,
        1,
        2,
        12,
        1,
        0,
        0,
        1,
        1,
        1,
        0,
        1
    ],
    "participants": [
        "dependabot[bot]",
        "codingjoe",
        "pre-commit-ci[bot]",
        "amureki",
        "SebastianKapunkt"
    ]
}