Coming soon
API access for glass companies
Generate an API key and look up the right windshield eurocode from your own systems. Same accuracy as the app — built for automation.
What you'll get
We're building a simple REST API so your team can resolve glass fits at scale.
API keys per company
Generate and revoke keys from your dashboard. Keep lookups tied to your billing account.
VIN → eurocode
Send a VIN, get the matching windshield eurocode and part number — same engine as the web app.
Built for integrations
Wire lookups into DMS, quoting tools, or warehouse systems without leaving your workflow.
Secure by default
Authenticated requests, rate limits, and usage that counts against your plan allowance.
Example request
Preview of the lookup endpoint — final docs will ship with the API.
POST /v1/lookups
Authorization: Bearer fmag_••••••••
Content-Type: application/json
{
"vin": "WVWZZZ1JZYW123456",
"glassType": "windshield"
}
→ { "eurocode": "8572AGNBL", "partno": "…" }Want to be notified when keys go live? Contact us.