API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3734/
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/"
    ],
    "id": 3734,
    "title": "django-jchart",
    "slug": "django-jchart",
    "last_updated": "2017-10-15T11:26:57-04:00",
    "last_fetched": "2026-02-15T18:15:03.134436-05:00",
    "repo_url": "https://github.com/matthisk/django-jchart",
    "pypi_version": "0.4.2",
    "created": "2017-02-19T10:41:01.596128-05:00",
    "modified": "2026-01-28T14:35:24.516440-05:00",
    "repo_forks": 22,
    "repo_description": "📈 A Django package for plotting charts using the excellent Chart.JS library.",
    "pypi_url": "http://pypi.python.org/pypi/django-jchart",
    "documentation_url": "https://django-jchart.matthisk.nl",
    "repo_watchers": 120,
    "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": [
        "matthisk",
        "intiocean"
    ]
}