API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4427/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/113/?format=api",
        "https://djangopackages.org/api/v4/grids/132/?format=api"
    ],
    "id": 4427,
    "title": "python-benedict",
    "slug": "python-benedict",
    "last_updated": "2026-01-09T04:03:11-05:00",
    "last_fetched": "2026-02-15T14:29:03.616817-05:00",
    "repo_url": "https://github.com/fabiocaccamo/python-benedict",
    "pypi_version": "0.35.0",
    "created": "2019-09-25T04:33:48.991330-04:00",
    "modified": "2026-01-28T13:52:19.977783-05:00",
    "repo_forks": 43,
    "repo_description": ":blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, html, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities.",
    "pypi_url": "http://pypi.python.org/pypi/python-benedict",
    "documentation_url": "https://github.com/fabiocaccamo/python-benedict#readme",
    "repo_watchers": 1605,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        4,
        0,
        0,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        2,
        0,
        3,
        5,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "fabiocaccamo",
        "dependabot[bot]",
        "github-actions[bot]",
        "pre-commit-ci[bot]",
        "Denperidge",
        "neutrinoceros",
        "edith-bot",
        "Tatsh",
        "kotfu"
    ]
}