51.16°N 10.45°E · DE
Geography
250 countries with ISO codes, currencies, and languages. 5,134 subdivisions and 92,000+ cities with coordinates — browsable by code or by human-readable name.
/api/v1/countries/{code}
REST · JSON · IMMUTABLE CACHE
Countries, subdivisions, and cities. Airports with IATA and ICAO codes. The NHTSA vehicle catalog. Live local events across the US. One REST API, built to be cached.
Geographic and currency data need no key at all.
{
"name": "Germany",
"iso2": "DE",
"iso3": "DEU",
"capital": "Berlin",
"currency": "EUR",
"region": "Europe",
"subdivisions": 16,
"coordinates": [51.16, 10.45]
}
DATA LAYERS
51.16°N 10.45°E · DE
250 countries with ISO codes, currencies, and languages. 5,134 subdivisions and 92,000+ cities with coordinates — browsable by code or by human-readable name.
/api/v1/countries/{code}
ISO 4217
Currency codes, names, and symbols, cross-referenced with every country that uses them.
/api/v1/currencies/{code}
33.94°N 118.41°W · LAX
67,000+ airports, heliports, and seaplane bases with IATA/ICAO codes, elevation, and coordinates. Radius search included.
/api/v1/airports/iata/{code}
NHTSA · VPIC
Every make, model, and model year in the NHTSA catalog — cars, trucks, MPVs, and motorcycles, filterable by year, type, and country of origin.
/api/v1/vehicles/{year}/{make}
39.41°N 77.41°W · US
10,000+ upcoming community events across the US, refreshed continuously from local sources — searchable by location, date, category, and keyword.
/api/v1/events?lat={lat}&lng={lng}
PLATFORM
QUICKSTART
01
Sign up and your key
is issued instantly — it's on your dashboard, prefixed mx_live_.
02
Pass the key as X-API-Key on vehicles, airports, and events. Geo and currencies work without it.
curl https://matrixapi.dev/api/v1/vehicles \
-H "X-API-Key: mx_live_…"
03
Free endpoints respond with public, immutable — put a CDN in front and most calls never reach us. Keyed endpoints cache privately, and every response is memoized on our side either way.
Start with the free geographic endpoints, add a key when you need vehicles, airports, or events.