Introduction
The Material Transition API is a single REST interface to the world's sustainable-materials atlas — materials, substitutes, suppliers, emissions, and regulatory status, aggregated and cleaned from 10+ fragmented industry sources.
Every endpoint speaks JSON, authenticates with a bearer API key, and returns a consistent envelope. Base URL:
https://api.materialtransition.com
Quickstart
Make your first request in under a minute.
Authentication
How API keys and bearer tokens work.
API reference
Interactive reference with a live console.
Available endpoints
/v1/me /v1/rate-limit /v1/usage /v1/health /v1/materials /v1/materials/{id} /v1/materials/{id}/substitutes /v1/materials/compare /v1/suppliers /v1/suppliers/{id} /v1/search /v1/emissions /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.