API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4433/
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/",
        "https://djangopackages.org/api/v4/grids/290/"
    ],
    "id": 4433,
    "title": "django-admin-charts",
    "slug": "django-admin-charts",
    "last_updated": "2025-12-04T04:40:54-05:00",
    "last_fetched": "2026-02-15T18:13:30.502358-05:00",
    "repo_url": "https://github.com/PetrDlouhy/django-admin-charts",
    "pypi_version": "1.5.0",
    "created": "2019-10-07T05:46:03.789210-04:00",
    "modified": "2026-01-28T14:33:50.639833-05:00",
    "repo_forks": 18,
    "repo_description": "Create beautiful configurable charts from your models and display them on the django-admin index page or on django-admin-tools dashboard. The charts are based on models and criterias defined through admin interface and some chart parameters are configurable in live view.",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-charts",
    "documentation_url": "https://django-admin-charts.readthedocs.io/en/latest/",
    "repo_watchers": 141,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        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,
        5,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "PetrDlouhy",
        "areski",
        "shrenik",
        "wanaryytel",
        "abarax",
        "avaneesh23",
        "asilvino",
        "andybak",
        "aryanbaghi",
        "vdboor",
        "hbkfabio",
        "reduxionist",
        "jonathan-roper",
        "gannetson",
        "PetrKudy",
        "DXist",
        "rryanburton",
        "yihuang"
    ]
}