API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/508/
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/3/"
    ],
    "id": 508,
    "title": "django-antichaos",
    "slug": "django-antichaos",
    "last_updated": "2011-11-04T01:12:18-04:00",
    "last_fetched": "2026-02-16T00:03:31.772157-05:00",
    "repo_url": "https://github.com/svetlyak40wt/django-antichaos",
    "pypi_version": "0.2.0",
    "created": "2010-11-22T05:25:00.924981-05:00",
    "modified": "2026-01-28T15:41:30.327347-05:00",
    "repo_forks": 2,
    "repo_description": "This is a django application for visual editing your messy tag clouds. Working with django-tagging or django-tagging-ng.",
    "pypi_url": "http://pypi.python.org/pypi/django-antichaos",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "svetlyak40wt",
        "jlev"
    ]
}