API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/44/?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/19/?format=api",
        "https://djangopackages.org/api/v4/grids/60/?format=api",
        "https://djangopackages.org/api/v4/grids/130/?format=api"
    ],
    "id": 44,
    "title": "django-chart-tools",
    "slug": "django-chart-tools",
    "last_updated": "2014-03-11T19:41:37-04:00",
    "last_fetched": "2026-02-15T04:01:19.363721-05:00",
    "repo_url": "https://bitbucket.org/kmike/django-chart-tools",
    "pypi_version": "1.0",
    "created": "2010-08-17T17:27:13.117222-04:00",
    "modified": "2026-01-28T16:52:43.900092-05:00",
    "repo_forks": 4,
    "repo_description": "A thin wrapper around Google Chart API. Doesn't invent new language for describing charts. It instead make it easy to leverage the power of existing user-friendly chart-building tools like http://imagecharteditor.appspot.com/",
    "pypi_url": "http://pypi.python.org/pypi/django-chart-tools",
    "documentation_url": null,
    "repo_watchers": 18,
    "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": [
        "kmike"
    ]
}