The only vehicle data API that understands natural language. Ask anything about 98,363 vehicles - no SQL, no schema, no joins required.
Everything CarQueryAPI had - plus AI search and the maintenance spec data developers actually need in 2026.
| Feature | CarQueryAPI (dead) | autoapi411.com |
|---|---|---|
| AI natural language search | Never available | Full AI search - ask anything |
| Makes lookup | Available (frozen 2019) | 40+ makes, updated 2026 |
| Models lookup | Available (frozen 2019) | 500+ models |
| Years by model | Available (frozen 2019) | 2000-2026 |
| Trims by year | Available (frozen 2019) | Full trim coverage |
| Engine specifications | Basic (frozen 2019) | Displacement, type, config |
| Data freshness | Frozen at Q1 2019 | Updated through 2026 |
| Site status | Account Suspended | 100% uptime on Cloudflare |
| Towing capacity | Never available | 4,072 vehicles |
| Oil capacity + viscosity | Never available | 33,931 records |
| Tire sizes | Never available | 6,237 records |
| Bolt patterns | Never available | 4,714 records |
| Horsepower data | Never available | 16,269 records |
| Free tier | Gone - site is down | 100 req/day free |
| Paid plans | Gone - site is down | From $9/month |
| JSON response format | JSONP / JSON | Clean REST JSON |
| WordPress integration | Plugin broken | Drop-in compatible |
The response structure is familiar. Add your API key header and you are done.
# Get all makes GET www.carqueryapi.com/api/0.3/?cmd=getMakes # Get models GET www.carqueryapi.com/api/0.3/?cmd=getModels&make=ford # Get trims GET www.carqueryapi.com/api/0.3/?cmd=getTrims&model=f-150&year=2020 # Response {"Makes":[{"make_id":"ford","make_display":"Ford"}]}
# Get all makes GET https://411-api.simonwakelin.workers.dev/v1/makes X-Api-Key: your-key-here # Get models GET /v1/models?make=Ford # Get oil + towing + tire data GET /v1/vehicle?make=Ford&model=F-150&year=2020 # Response {"make":"Ford","model":"F-150","oil_capacity_quarts":6,"towing_capacity_lbs":13000}
Built for apps that need more than just a year/make/model dropdown.
No credit card for free tier. Cancel anytime.
Get your free API key, swap the endpoint, add the header. Your app is back online.