API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2420/?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/262/?format=api"
    ],
    "id": 2420,
    "title": "django-dashing",
    "slug": "django-dashing",
    "last_updated": "2021-09-23T14:37:54-04:00",
    "last_fetched": "2026-02-15T04:06:31.955293-05:00",
    "repo_url": "https://github.com/talpor/django-dashing",
    "pypi_version": "0.3.4",
    "created": "2014-06-11T22:36:49.269498-04:00",
    "modified": "2026-01-28T17:00:04.005801-05:00",
    "repo_forks": 107,
    "repo_description": "django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing",
    "pypi_url": "http://pypi.python.org/pypi/django-dashing",
    "documentation_url": null,
    "repo_watchers": 731,
    "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": [
        "mtdb",
        "torstenfeld",
        "rvernica",
        "mverteuil",
        "felipearreaza",
        "noirbee",
        "gobelinus",
        "nickburlett",
        "jarekwg",
        "Agent-Jacob",
        "geelweb",
        "atmaniak",
        "itsN0ll",
        "VerosK",
        "timgates42",
        "rafaellehmkuhl",
        "nschlemm",
        "mcomisso",
        "josemariaruiz",
        "erfaan",
        "hockeybuggy",
        "jangeador",
        "benwebber",
        "asampat3090"
    ]
}