contract 2026-08-19
Endpoints

Search & discovery

Search live and archived auction inventory, then resolve lightweight full-text matches.

GET

/api/search/auction-ids

Resolve a free-text query to matching auction ids only.

Requires the search scope.

Parameters

qstring · query string

Free-text query. An empty query returns an empty list.

Example bmw 320d touring·Where the value comes from Free text entered by your user.

Example requests

Request
GET https://api.thecarapi.com/api/search/auction-ids?q=bmw%20320d
GET https://api.thecarapi.com/api/search/auction-ids?q=kia%20ev6

Example response

json
{
  "success": true,
  "auction_ids": [
    "encar:38112900",
    "auto1:AB12CD"
  ],
  "found": 2
}