API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1015/
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/106/"
    ],
    "id": 1015,
    "title": "Django Chartit",
    "slug": "django-chartit",
    "last_updated": "2018-04-02T23:13:28-04:00",
    "last_fetched": "2026-02-15T04:01:17.737102-05:00",
    "repo_url": "https://github.com/chartit/django-chartit",
    "pypi_version": "0.2.9",
    "created": "2011-11-17T06:52:42.937900-05:00",
    "modified": "2026-01-28T16:52:40.284313-05:00",
    "repo_forks": 163,
    "repo_description": "A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.",
    "pypi_url": "http://pypi.python.org/pypi/django_chartit",
    "documentation_url": "http://django-chartit.readthedocs.io/en/latest/?badge=latest",
    "repo_watchers": 488,
    "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": [
        "atodorov",
        "grantmcconnaughey",
        "pgollakota",
        "mpena2099",
        "cajbecu",
        "U-238",
        "miaekim",
        "tahv0",
        "elmkarami"
    ]
}