API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1686/?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/55/?format=api"
    ],
    "id": 1686,
    "title": "django-dbsettings",
    "slug": "django-dbsettings-new",
    "last_updated": "2026-01-28T16:20:56-05:00",
    "last_fetched": "2026-02-15T19:01:29.443217-05:00",
    "repo_url": "https://github.com/zlorf/django-dbsettings",
    "pypi_version": "1.4.0",
    "created": "2013-02-21T06:07:16.164960-05:00",
    "modified": "2026-01-28T14:37:50.814473-05:00",
    "repo_forks": 39,
    "repo_description": "Application settings whose values can be updated while a project is up and running",
    "pypi_url": "http://pypi.python.org/pypi/django-dbsettings",
    "documentation_url": null,
    "repo_watchers": 64,
    "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,
        2,
        0,
        0
    ],
    "participants": [
        "zlorf",
        "gulopine",
        "hdg700",
        "lexich",
        "djm",
        "mlier",
        "sciyoshi",
        "johnpaulett",
        "elidickinson",
        "Natureshadow",
        "danielroseman",
        "andybak",
        "alfredo",
        "nerdoc",
        "a1tus",
        "TigorC",
        "whyte-j",
        "j0nm1",
        "KonRatt",
        "AminHP",
        "paulogiacomelli",
        "suvit",
        "wkleinheerenbrink",
        "sergey-zakharov"
    ]
}