EnCarAPI
API Reference

Documentation

EnCarAPI documentation. Learn how to access Korean car data via direct API endpoints. Integration guides and code examples.

Industry Experience

Automotive data API provider with years of experience in the Korean market.

7-Day Support

Support team available 7 days a week for API integration help.

24/7 Service

Round-the-clock monitoring for reliable data delivery.

Real-Time Listing Alerts

Get instant API access to new car listings as they're posted.

CSV downloads

Download make, model and badge lists as CSV - cache them and skip live facet calls.

Flexible Export Formats

Get data in CSV, JSON, Excel, and custom formats for easy integration.

Base URL

All API requests are made to the following base URL:

url
https://api.encarapi.com

For example, to fetch offers:

http
GET https://api.encarapi.com/api/catalog?manufacturer=bmw&fuel=diesel&lang=en&count=true

Authentication

Authenticate your requests using an API key. Pass it as a query parameter or via the Authorization header.

bash
# Send your API key in the x-api-key header (recommended):
curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.encarapi.com/api/catalog?manufacturer=bmw&fuel=diesel&lang=en&count=true"

# The api_key query parameter also works:
GET https://api.encarapi.com/api/catalog?manufacturer=bmw&fuel=diesel&lang=en&count=true&api_key=YOUR_API_KEY

Integration Workflow

Follow these four steps to integrate with the EnCarAPI.

1

Get Available Filters

Retrieve all possible filter values (marks, models, configurations, colors, etc.)

GET /filters
2

Get Vehicle Listings

Fetch paginated listings with optional filters for make, model, year, price, and more.

GET /offers?page=1
3

Track Changes

Get a change ID for a date, then poll for added, changed, and removed listings.

GET /change_id → GET /changes
4

Get Listing Details

Fetch full details for a specific listing by its inner_id.

GET /offer?inner_id=...

API Endpoints

All available endpoints for accessing Korean vehicle data.

Frequently Asked Questions

Ready to Get Started?

Contact us on Telegram to get your API credentials and start accessing Korean car data today.

EnCarAPI Documentation - API Reference for Korean Car Data