/api/auto/compareCar comparison / vehicle comparison / which car should I buy. Compares 2-4 vehicles side-by-side on reliability, EPA MPG/fuel economy, and total ownership cost to settle a purchase decision. For car-buyer, car-shopping, and auto agents.
Vehicle comparison
Side-by-side comparison of 2-4 vehicles — reliability, EPA MPG, 5-year ownership cost, strengths/weaknesses, and overall winner with reasoning.
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"lang": {
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"vehicles": {
"description": "Comma-separated vehicles (e.g. Toyota RAV4,Honda CR-V,Mazda CX-5)",
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"year": {
"required": false,
"type": "integer",
"x-parameter-location": "query"
}
},
"required": [
"vehicles"
],
"type": "object"
}