API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2388/
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/130/"
    ],
    "id": 2388,
    "title": "django-chartbuilder",
    "slug": "django-chartbuilder",
    "last_updated": "2014-06-27T09:29:17-04:00",
    "last_fetched": "2026-02-16T04:06:18.082317-05:00",
    "repo_url": "https://github.com/aterkik/django-chartbuilder",
    "pypi_version": "0.3",
    "created": "2014-05-26T12:03:11.423032-04:00",
    "modified": "2026-01-28T16:27:13.814629-05:00",
    "repo_forks": 1,
    "repo_description": "A simple Django application for integrating Chartbuilder",
    "pypi_url": "http://pypi.python.org/pypi/django-chartbuilder",
    "documentation_url": "https://pypi.python.org/pypi/django-chartbuilder/",
    "repo_watchers": 8,
    "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": [
        "aterkik",
        "MiriamSexton"
    ]
}