A lightweight read-only endpoint for conveying NetBox's current operational status.

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

{
    "django-version": "5.2.8",
    "hostname": "netbox-85bc97db74-cwkr2",
    "installed_apps": {
        "django_filters": "25.2",
        "django_prometheus": "2.4.1",
        "django_rq": "3.1.0",
        "django_tables2": "2.7.5",
        "drf_spectacular": "0.29.0",
        "drf_spectacular_sidecar": "2025.10.1",
        "mptt": "0.17.0",
        "netbox_napalm_plugin": "0.3.3",
        "netbox_qrcode": "0.0.19",
        "rest_framework": "3.16.1",
        "social_django": "5.6.0",
        "taggit": "6.1.0",
        "timezone_field": "7.1"
    },
    "netbox-version": "4.4.6",
    "netbox-full-version": "4.4.6-Docker-3.4.2",
    "plugins": {
        "netbox_napalm_plugin": "0.3.3",
        "netbox_qrcode": "0.0.19",
        "netbox_topology_views": "4.4.0"
    },
    "python-version": "3.12.3",
    "rq-workers-running": 1
}