Option Codes
It returns the list of known option codes that can be associated with a car.
curl https://api.teslahunt.io/cars/optioncodes \
--header 'x-api-key: YOUR_TOKEN'- ▶{ACL1: "Ludicrous Mode", AD02: "NEMA 14-50", AD04: "European 3-Phase", AD05: "European 3-Phase, IT", AD06: "Schuko (1 phase, 230V 13A)"…}
A option code can represent any aspect of the car such as battery pack, country location, paint color, extract package, etc.
You can use filterByFormula for getting specific option codes results over /cars/list.
For example, Tesla cars with pearl white multi-coat paint color:
curl 'https://api.teslahunt.io/cars' \
--get \
--data-urlencode 'filterByFormula=FIND("PPSW",{optionCodes})' \
--header 'x-api-key: YOUR_TOKEN'See teslahunt.io/optioncodes (opens in a new tab) to visualize all the possibilities at glance.