Complete reference for integrating with the APICars.info Korean automotive data platform.
The APICars.info API gives you access to a live inventory of Korean used cars, with powerful filtering, multi-currency pricing, vehicle inspection history, and factory option data.
https://apicars.infoPass your API key in the x-api-key header on all /api/cars requests.
x-api-key: YOUR_API_KEYGET /api/carsSearch & filter inventory
GET /api/cars/:idSingle car details
GET /api/cars/statsInventory statistics
GET /api/cars/image-proxyProxy car images
GET /api/modelsAll brands
GET /api/models/:brandModels for a brand
GET /api/models/:brand/:model/variantsTrim variants
GET /api/models/colorsAvailable colors
GET /api/accident-history/:idInspection & accident report
GET /api/encar-options/vehicle/:idFactory options
GET /api/encar-options/allFull options catalog
GET /api/business-settings/publicPublic branding settings
POST /api/reservationsSubmit reservation
GET /healthAPI health check