API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/276/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/130/?format=api"
    ],
    "id": 276,
    "title": "django-googlecharts",
    "slug": "django-googlecharts",
    "last_updated": "2011-03-30T11:28:36-04:00",
    "last_fetched": "2026-02-15T11:02:54.116781-05:00",
    "repo_url": "https://github.com/jacobian/django-googlecharts",
    "pypi_version": "1.0-alpha-1",
    "created": "2010-09-13T02:46:32.849315-04:00",
    "modified": "2026-01-28T13:06:14.864827-05:00",
    "repo_forks": 24,
    "repo_description": "A suite of Django template tags to generate charts using Google's chart API.",
    "pypi_url": "http://pypi.python.org/pypi/django-googlecharts",
    "documentation_url": null,
    "repo_watchers": 180,
    "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": [
        "jacobian",
        "tupperware14",
        "arsatiki",
        "eyeseast",
        "mikeharris100"
    ]
}