API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1978/
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": 1978,
    "title": "django-google-charts",
    "slug": "django-google-charts",
    "last_updated": "2013-03-29T08:45:44-04:00",
    "last_fetched": "2026-02-16T00:04:49.971874-05:00",
    "repo_url": "https://github.com/mvasilkov/django-google-charts",
    "pypi_version": "0.1.1",
    "created": "2013-08-13T04:01:52.963447-04:00",
    "modified": "2026-01-28T15:43:58.480364-05:00",
    "repo_forks": 24,
    "repo_description": "Google Visualization API template tags and helpers for Django framework",
    "pypi_url": "http://pypi.python.org/pypi/django-google-charts",
    "documentation_url": null,
    "repo_watchers": 74,
    "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": [
        "regebro",
        "mvasilkov"
    ]
}