Brazilian Vehicles and Prices

Brazil's official FIPE car, bike, and truck price tables

🚆 TransportDYINGchecked 13h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

This community API wraps Brazil's FIPE reference price tables for cars, motorcycles, and trucks. Walk from brands to models to model-years and read the average market price, all as keyless JSON. Great for Brazilian automotive pricing and valuation tools.

35HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 35 · dying
Uptime history
8.8%90 days
13.3%30 days
718P50 · ms
1266P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 354 ms, slowest 1266 ms, most recent 718 ms.
Live response samplecaptured by our last successful check
GET https://parallelum.com.br/fipe/api/v1/carros/marcas

[
  {
    "codigo": "1",
    "nome": "Acura"
  },
  {
    "codigo": "6",
    "nome": "Audi"
  }
]
Call itcurl · fetch · python
curl "https://parallelum.com.br/fipe/api/v1/carros/marcas"
const res = await fetch("https://parallelum.com.br/fipe/api/v1/carros/marcas");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://parallelum.com.br/fipe/api/v1/carros/marcas")
print(res.json())
Endpoints · 5DyingFULL DOCS ↗
Dying — error rate climbing on GET /carros/marcas718 mschecked 13h ago
GET/carros/marcasPROBED

Brazil's official FIPE car, bike, and truck price tables

GET/carros

Carros — documented GET route.

GET/carros/1

Carros details by ID (example: 1).

GET/carros?limit=10

Carros — documented GET route.

GET/carros/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Brazilian Vehicles and Prices: common questions

Is Brazilian Vehicles and Prices free to use?

Yes — Brazilian Vehicles and Prices is a free transport API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Brazilian Vehicles and Prices need an API key?

No — Brazilian Vehicles and Prices needs no API key or signup. You can call it straight away; rate limits still apply (Retry-After: 78836s).

Can I call Brazilian Vehicles and Prices from the browser?

Yes — Brazilian Vehicles and Prices returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Brazilian Vehicles and Prices up right now?

As of our last scheduled check, Brazilian Vehicles and Prices is dying with 8.8% uptime over 90 days and a 718 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.