Introduction

The Material Transition API is a single REST interface to the world's sustainable-materials atlas: materials, substitutes, suppliers, emissions, and regulatory status. Save time, money, and energy sourcing new materials.

Every endpoint speaks JSON, authenticates with a bearer API key, and returns a consistent envelope. Base URL:

https://api.materialtransition.com

Available endpoints

GET /v1/me
GET /v1/rate-limit
GET /v1/usage
GET /v1/health
GET /v1/materials
GET /v1/materials/{id}
GET /v1/materials/{id}/substitutes
POST /v1/materials/compare
GET /v1/suppliers
GET /v1/suppliers/{id}
GET /v1/search
GET /v1/emissions
GET /v1/regulatory/{material}

A note on this preview

This is a scaffolded preview. Responses are realistic fixtures served from an in-memory mock so you can explore the shape of the API and build against it immediately. Production payloads are served from the live Supplier Intelligence database. Response bodies carry an X-MT-Api-Mock: true header while in this mode.