API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1805/
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/52/",
        "https://djangopackages.org/api/v4/grids/7/",
        "https://djangopackages.org/api/v4/grids/66/",
        "https://djangopackages.org/api/v4/grids/97/",
        "https://djangopackages.org/api/v4/grids/230/"
    ],
    "id": 1805,
    "title": "django-authtools",
    "slug": "django-authtools",
    "last_updated": "2025-09-29T11:22:52-04:00",
    "last_fetched": "2026-02-15T18:06:09.306104-05:00",
    "repo_url": "https://github.com/fusionbox/django-authtools",
    "pypi_version": "2.0.2",
    "created": "2013-05-24T11:30:07.785449-04:00",
    "modified": "2026-01-28T14:25:39.661155-05:00",
    "repo_forks": 101,
    "repo_description": "A custom User model for everybody!",
    "pypi_url": "http://pypi.python.org/pypi/django-authtools",
    "documentation_url": "https://readthedocs.org/projects/django-authtools/",
    "repo_watchers": 371,
    "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,
        1,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "gavinwahl",
        "acatton",
        "bgaudino",
        "rockymeza",
        "bashu",
        "julianandrews",
        "jxcl",
        "cdunn6754",
        "PiDelport",
        "pilate",
        "mexicat",
        "weslord",
        "jackton1",
        "scaredcat",
        "jorgecarleitao",
        "jbradberry",
        "ivanvenosdel",
        "gcaprio",
        "glarrain",
        "fundor333",
        "alanjds"
    ]
}