ODX Unified Library

One catalog for all NetBox device types, module types, and operational data

7,769
Device Types
2,065
Module Types
57
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.