API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3897/
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/7/",
        "https://djangopackages.org/api/v4/grids/230/",
        "https://djangopackages.org/api/v4/grids/52/"
    ],
    "id": 3897,
    "title": "django-improved-user",
    "slug": "django-improved-user",
    "last_updated": "2026-02-15T10:32:52-05:00",
    "last_fetched": "2026-02-15T20:06:33.747282-05:00",
    "repo_url": "https://github.com/jambonsw/django-improved-user",
    "pypi_version": "2.1.0",
    "created": "2017-08-26T23:59:21.773913-04:00",
    "modified": "2026-01-28T14:58:54.144862-05:00",
    "repo_forks": 15,
    "repo_description": "A custom Django user that authenticates via email. Follows identity and authentication best practices.",
    "pypi_url": "http://pypi.python.org/pypi/django-improved-user",
    "documentation_url": "https://django-improved-user.rtfd.io",
    "repo_watchers": 157,
    "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,
        3
    ],
    "participants": [
        "jambonrose",
        "pyup-bot",
        "dependabot[bot]",
        "freakboy3742",
        "pre-commit-ci[bot]",
        "landermkerbey",
        "justinmayer",
        "offby1",
        "securedirective"
    ]
}