API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1498/?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",
        "https://djangopackages.org/api/v4/grids/72/?format=api"
    ],
    "id": 1498,
    "title": "django-gcharts",
    "slug": "django-gcharts",
    "last_updated": "2015-01-30T15:59:07-05:00",
    "last_fetched": "2026-02-15T11:02:41.921621-05:00",
    "repo_url": "https://github.com/rhblind/django-gcharts",
    "pypi_version": "1.3",
    "created": "2012-10-10T07:22:20.788982-04:00",
    "modified": "2026-01-28T13:05:50.347714-05:00",
    "repo_forks": 14,
    "repo_description": "Provides a QuerySet, Manager and other tools for easy integration with the Google Visualization API",
    "pypi_url": "http://pypi.python.org/pypi/django-gcharts",
    "documentation_url": null,
    "repo_watchers": 41,
    "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": [
        "rhblind",
        "jonashaag"
    ]
}