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.1.6",
    "installed-apps": {
        "django_filters": "25.1",
        "django_prometheus": "2.3.1",
        "django_rq": "3.0.0",
        "django_tables2": "2.7.5",
        "drf_spectacular": "0.28.0",
        "drf_spectacular_sidecar": "2025.2.1",
        "mptt": "0.16.0",
        "rest_framework": "3.15.2",
        "social_django": "5.4.3",
        "taggit": "6.1.0",
        "timezone_field": "7.1"
    },
    "netbox-version": "4.2.4",
    "plugins": {
        "netbox_demo": "0.5.0"
    },
    "python-version": "3.12.9",
    "rq-workers-running": 1
}