API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/86/
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/89/"
    ],
    "id": 86,
    "title": "django-fixture-generator",
    "slug": "django-fixture-generator",
    "last_updated": "2012-01-08T16:53:23-05:00",
    "last_fetched": "2026-02-15T11:02:21.304599-05:00",
    "repo_url": "https://github.com/alex/django-fixture-generator",
    "pypi_version": "0.2.0",
    "created": "2010-08-18T17:13:52.056213-04:00",
    "modified": "2026-01-28T13:05:14.008916-05:00",
    "repo_forks": 15,
    "repo_description": "django-fixture-generator is a reusable django application to make writing fixtures not suck.",
    "pypi_url": "http://pypi.python.org/pypi/django-fixture-generator",
    "documentation_url": null,
    "repo_watchers": 135,
    "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": [
        "alex",
        "maraujop",
        "audreyfeldroy",
        "d0ugal"
    ]
}