API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/451/
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/25/",
        "https://djangopackages.org/api/v4/grids/11/",
        "https://djangopackages.org/api/v4/grids/89/"
    ],
    "id": 451,
    "title": "django-autofixture",
    "slug": "django-autofixture",
    "last_updated": "2017-03-03T02:13:17-05:00",
    "last_fetched": "2026-02-15T20:02:07.729495-05:00",
    "repo_url": "https://github.com/gregmuellegger/django-autofixture",
    "pypi_version": "0.12.1",
    "created": "2010-10-21T10:44:26.661844-04:00",
    "modified": "2026-01-28T14:52:31.767919-05:00",
    "repo_forks": 117,
    "repo_description": "Can create auto-generated test data.",
    "pypi_url": "http://pypi.python.org/pypi/django-autofixture",
    "documentation_url": "https://pythonhosted.org/django-autofixture/",
    "repo_watchers": 462,
    "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": [
        "gregmuellegger",
        "AndreiPashkin",
        "ad-m",
        "Visgean",
        "ricefield",
        "theospears",
        "mitchellrj",
        "jungornti",
        "stellalie",
        "scottwoodall",
        "nicktimko",
        "louiseGrandjonc",
        "carlosmart626",
        "BertrandBordage",
        "cowlicks",
        "DanHitt",
        "zalew",
        "prayagverma",
        "rodo",
        "ronnyml",
        "tomwardill",
        "aschriner",
        "baali",
        "tumb1er"
    ]
}