NetBox Open Data Exchange

The unified catalog for NetBox device types, module types, rack types, and operational data — powered by NetBox Labs

Covering 293 manufacturers including

CiscoJuniper NetworksDellFortinetNokiaPalo Alto NetworksUbiquitiHuaweiSchneider ElectricLenovoSupermicroMikroTik
7,722
Device Types
2,065
Module Types
101
Rack Types
5,069
ODX Sidecars
293
Manufacturers

Browse the Library

How to Use

Clone the Repository

git clone https://github.com/mrmrcoleman/odx-library.git
cd odx-library

Get the full library of device types, module types, and ODX sidecar data on your local machine.

Query the API

# List all device types
curl -s https://odx-library.pages.dev/api/device-types/index.json

# Get a specific device type
curl -s https://odx-library.pages.dev/api/device-types/cisco/cisco-8101-32fh.json

Access any data programmatically via the static JSON API.