Makes for a model year
API · /fueleconomy-api
FuelEconomy.gov API
Official US vehicle fuel-economy data as an API, powered by FuelEconomy.gov — the joint US EPA and Department of Energy resource behind the fuel-economy window sticker on every car, SUV and truck sold in the United States since 1984. Browse the catalogue step by step — model years, then makes, then models, then the engine/transmission trims (each carrying the vehicle id you need for the detail call) — and pull a vehicle's complete fuel-economy record: city, highway and combined MPG, fuel type, engine (number of cylinders and displacement), transmission, EPA vehicle class and drivetrain, the estimated annual fuel cost, tailpipe CO2 emissions in grams per mile, the barrels of petroleum consumed per year and the estimated five-year fuel-cost saving (or extra spend) versus an average new vehicle. Ideal for car-shopping and comparison tools, total-cost-of-ownership and emissions calculators, fleet management and sustainability reporting. The data is authoritative, official EPA/DOE test data and is public domain; it covers US-market light-duty vehicles. Vehicle ids come from the trims endpoint, reached via the year -> make -> model -> trim chain.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 324 ms
- Server probes · 24h
- Subscribers
- 3,948
- active
- Total calls
- 114
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 600 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 600 calls/month
- 2 req/sec
- Browse & full vehicle records
- No credit card
Starter
€7.20 /month
- 22,300 calls / month
- 6 requests / second
- Hard cap (429 above quota, no overage)
- 22.3k calls/month
- 6 req/sec
- MPG & emissions data
- Email support
Pro
€21.80 /month
- 93,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 93k calls/month
- 15 req/sec
- Cost & TCO calculators
- Priority support
Mega
€60.50 /month
- 410,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 410k calls/month
- 40 req/sec
- Fleet & sustainability
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
NHTSA Vehicle API
US vehicle data as an API, built on the official NHTSA datasets. Decode any VIN into make, model, year, trim, body class, engine, drivetrain, fuel type and assembly plant. Browse the full catalogue of vehicle makes and the models offered for any make and year. Then pull the safety record for a vehicle: open recalls with the affected component, the manufacturer summary, consequence and remedy; owner complaints flagging crashes, fires, injuries and deaths; and the official NCAP crash-test star ratings (overall, frontal, side and rollover). Real government data, no key needed upstream. Ideal for car marketplaces, dealer tools, VIN-lookup widgets, insurance and recall-check apps.
api.oanor.com/nhtsa-api
Cars / VIN API
Decode any Vehicle Identification Number (VIN) into make, model, year, body class, engine, fuel type, drivetrain and plant — and browse vehicle makes and models by type and year. Powered by the official NHTSA vPIC database.
api.oanor.com/cars-api
Token Unlocks & Vesting API
When locked crypto tokens vest into circulation, who they go to, and how much supply is still to come — live from DeFiLlama's open emissions dataset, no key. A token's price tells you what it costs today; its unlock schedule tells you the supply pressure ahead, the single biggest and most predictable overhang in crypto. When a large tranche of insider, private-sale or team tokens vests, it is fresh sell-side supply hitting a fixed amount of demand — and these dates are known in advance. A static "percent unlocked" number (which dilution APIs give) is only a snapshot; what a trader needs is the calendar: when is the next cliff, how many tokens, what share of total supply, and to whom. The protocols endpoint lists every token DeFiLlama tracks a schedule for (searchable). The next endpoint is the trading signal — the next upcoming cliff unlock for a token: its date, days away, token amount, the share of total supply it dilutes, the unlock type and the recipients (insiders, private sale, team, ecosystem), plus the unlocks after it. The schedule endpoint returns the fuller picture: total and max supply, the allocation by category with how much of each is already unlocked, the count of past and future events, the tokens still locked, and the upcoming events. The token-unlock / vesting-schedule cut — distinct from the tokenomics-and-dilution APIs (which give the static supply and FDV snapshot, not the dated unlock calendar) and from price and market-cap APIs. Amounts are in tokens and as a share of total supply; pair with any price API for the dollar value.
api.oanor.com/tokenunlocks-api
Greenhouse Gas Emissions API
Independent greenhouse-gas emissions data as an API — powered by Climate TRACE, the coalition (backed by Al Gore) that monitors global emissions from satellites, sensors and AI rather than self-reported figures. Get any country's emissions for a given year — CO2, methane (CH4) and nitrous oxide (N2O) in tonnes, plus CO2-equivalent over 100- and 20-year horizons — together with the country's global emissions rank and its share of total world emissions; pass several countries at once to compare them side by side. List the full set of sectors, subsectors and gases that Climate TRACE tracks (power, transportation, manufacturing, agriculture, fossil-fuel operations, waste and more). From China and the United States to any nation on Earth, with data from 2015 onward, it is ideal for climate, ESG, sustainability, policy, journalism and research applications. An independent emissions-inventory data source — distinct from electricity-grid carbon intensity, activity footprint calculators and climate classification. Open data from Climate TRACE (CC BY 4.0).
api.oanor.com/climatetrace-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for FuelEconomy.gov API?
What's the rate limit for FuelEconomy.gov API?
How much does FuelEconomy.gov API cost?
Can I cancel my subscription anytime?
Is FuelEconomy.gov API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/fueleconomy-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/fueleconomy-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/fueleconomy-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/fueleconomy-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.