API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2100/?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": 2100,
    "title": "django-dash",
    "slug": "django-dash",
    "last_updated": "2022-02-21T04:50:01-05:00",
    "last_fetched": "2026-02-15T04:06:28.000480-05:00",
    "repo_url": "https://github.com/barseghyanartur/django-dash",
    "pypi_version": "0.6.1",
    "created": "2013-10-29T22:11:22.162992-04:00",
    "modified": "2026-01-28T16:59:59.993222-05:00",
    "repo_forks": 87,
    "repo_description": "Customisable, modular dashboard application framework for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-dash",
    "documentation_url": "https://django-dash.readthedocs.io/",
    "repo_watchers": 387,
    "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": [
        "barseghyanartur",
        "mmrose",
        "georgistanev",
        "ceasaro",
        "dpaskov",
        "bitdeli-chef",
        "danrue",
        "jtrim-ons",
        "marc-queiroz",
        "mnestor",
        "pandabearcoder"
    ]
}