API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1990/
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/262/"
    ],
    "id": 1990,
    "title": "django-responsive-dashboard",
    "slug": "django-responsive-dashboard",
    "last_updated": "2018-09-07T22:15:21-04:00",
    "last_fetched": "2026-02-15T21:05:27.519118-05:00",
    "repo_url": "https://github.com/burke-software/django-responsive-dashboard",
    "pypi_version": "1.3.3",
    "created": "2013-08-18T19:39:37.538157-04:00",
    "modified": "2026-01-28T15:10:45.739311-05:00",
    "repo_forks": 25,
    "repo_description": "A generic and easy dashboard for Django applications.",
    "pypi_url": "http://pypi.python.org/pypi/django-responsive-dashboard",
    "documentation_url": null,
    "repo_watchers": 48,
    "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": [
        "bufke",
        "rhooper",
        "khchine5",
        "Burekas"
    ]
}