Developer API Reference

API Documentation

Complete reference for integrating with the APICars.info Korean automotive data platform.

Navigation

๐ŸŒ Overview

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.

Base URL

https://apicars.info

๐Ÿ”‘ API Key

Pass your API key in the x-api-key header on all /api/cars requests.

x-api-key: YOUR_API_KEY
GET /api/cars

Search & filter inventory

GET /api/cars/:id

Single car details

GET /api/cars/stats

Inventory statistics

GET /api/cars/image-proxy

Proxy car images

GET /api/models

All brands

GET /api/models/:brand

Models for a brand

GET /api/models/:brand/:model/variants

Trim variants

GET /api/models/colors

Available colors

GET /api/accident-history/:id

Inspection & accident report

GET /api/encar-options/vehicle/:id

Factory options

GET /api/encar-options/all

Full options catalog

GET /api/business-settings/public

Public branding settings

POST /api/reservations

Submit reservation

GET /health

API health check