The Vehicle Plate Decoder API looks up the vehicle through the database for matches and returns the VIN, make, model and year among other attributes. It can be coupled with other APIs to become even more powerful. The state is a two letter abbreviation of one of the 50 states, or District of Columbia (DC), Guam (GU), Puerto Rico (PR) or Virgin Islands (VI).

International support for license plate decoding is available in the following countries:

**Africa:**
Nigeria (NG), South Africa (ZA), Tunisia (TN)

**Asia:**
China (CN), Cyprus (CY), India (IN), Kazakhstan (KZ), Malaysia (MY), Pakistan (PK), Singapore (SG), Sri Lanka (LK), Taiwan (TW), United Arab Emirates (AE)

**Europe:**
Albania (AL), Croatia (HR), Czech Republic (CZ), Denmark (DK), Estonia (EE), Finland (FI), France (FR), Germany (DE), Greece (GR), Hungary (HU), Iceland (IS), Ireland (IE), Isle of Man (IM), Italy (IT), Latvia (LV), Lithuania (LT), Malta (MT), Netherlands (NL), Norway (NO), Poland (PL), Portugal (PT), Romania (RO), Russia (RU), Slovakia (SK), Slovenia (SI), Spain (ES), Sweden (SE), Switzerland (CH), Ukraine (UA), United Kingdom (GB)

**North America:**
Canada (CA), Costa Rica (CR), Mexico (MX), United States (US)

**Oceania:**
Australia (AU), New Zealand (NZ)

**South America:**
Argentina (AR), Bolivia (BO), Brazil (BR), Chile (CL), Colombia (CO), Ecuador (EC), Peru (PE)

<Note>
  All requests are made with `plate`, `country` (optional for `US`) and `state` (if applicable ex. for `US`, `AU`, `CA`,
  etc). Response attributes vary by country but consistently include `description`, `make`, `model`, and
  `registration_year`.
</Note>

<ApiPlayground
  method="GET"
  path="/v2/platedecoder"
  params={[
    { name: "plate", required: true, example: "7XER187" },
    { name: "country", example: "US", description: "ISO 3166-1 alpha-2 code. Optional for US." },
    { name: "state", example: "CA", description: "Required for US, AU, CA plates." },
  ]}
/>

---

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes) such as `AU` for Australia or `ZA` for South Africa.

        Optional for `US`.
      </Property>
      <Property name="state" type="string">
        The two letter state code (US) such as `CA` or `NY` or Australian state (see FAQ).

        Required only for `US`, `AU`, and `CA`.
      </Property>
    </Properties>

     ---

    <FAQ faqs={[{ question: "What plate can I use for testing?", answer: <>You may be use the following plate for test:<ul><li>Plate: <code>7XER187</code></li><li>State: <code>CA</code></li></ul></>},{question: "How can I search Australian vehicle registrations?", answer: <>For Australia use <code>country=AU&state=NSW</code>. The list of possible Australian states are:<ul><li><code>NSW</code> (New South Wales),</li><li><code>VIC</code> (Victoria),</li><li><code>QLD</code> (Queensland incl. North Queensland),</li><li><code>SA</code> (South Australia),</li><li><code>ACT</code> (Canberra),</li><li><code>NT</code> (Northern Territory),</li><li><code>TAS</code> (Tasmania),</li><li><code>WA</code> (Western Australia),</li></ul></>},{question: "Is the Vehicle Plate Decoder API included in the free trial?", answer: <>No, The Vehicle Plate Decoder API is not included in the 7-day free trial. For more information visit our <a href='/pricing'>pricing</a> page.</>}]} hidePadding />

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="7XER187" state="CA" />

    <CodeGroup title="Standard Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "7XER187",
            "country": "US",
            "state": "CA",
        },
        "description": "Kia Forte LX",
        "make": "Kia",
        "model": "Forte LX",
        ...
    }
    ```
    </CodeGroup>

  </Col>
</Row>

---

## United States

<Row>
  <Col>

    This endpoint allows you to retrieve US vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        Optional for `US`.
      </Property>
      <Property name="state" type="string">
         The state is a two letter abbreviation of one of the 50 states, or District of Columbia (`DC`), Guam (`GU`), Puerto Rico (`PR`) or Virgin Islands (`VI`).
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="7XER187" state="CA" />
    <CodeGroup title="US Response">
    ```json showLineNumbers
    {
      "success": true,
      "input": {
        "plate": "7XER187",
        "state": "CA",
        "country": "US"
      },
      "description": "Kia Forte LX",
      "make": "Kia",
      "model": "Forte",
      "trim": "LX",
      "vin": "3KPFK4A78HE103497",
      "style": "Sedan 4D",
      "year": "2017",
      "assembly": "Mexico",
      "fuel_type": "Gasoline",
      "color": "White",
      "body_style": "Sedan",
      "engine_size": "2.0L I4 MPI",
      "drive_type": "FWD",
      "transmission": "Automatic"
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Albania

<Row>
  <Col>

    This endpoint allows you to retrieve Albanian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AL` for Albania.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="AB404GM" country="AL" />
    <CodeGroup title="AL Response">
    ```json showLineNumbers
    {
      "success": true,
      "input": {
          "plate": "AB404GM",
          "country": "AL"
      },
      "description": "MERCEDES BENZ AUTOVETURE",
      "registration_year": "2006",
      "make": "MERCEDES BENZ",
      "model": "AUTOVETURE",
      "region": "",
      "number_of_seats": "5",
      "power": "2987",
      "color": "ZEZE",
      "traffic_permit": "0000000396373",
      "owner": "HYSOLLARI 2023  SHPK",
      "engine_size": "2240"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Argentina

<Row>
  <Col>

    This endpoint allows you to retrieve Argentinian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AR` for Argentina.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="NOD441" country="AR" />
    <CodeGroup title="AR Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "NOD441",
            "country": "AR"
        },
        "description": "FIAT PALIO ATTRACTIVE 1.4 5 P ",
        "registration_year": "2014",
        "make": "FIAT",
        "model": "PALIO ATTRACTIVE 1.4 5 P ",
        "make_description": "FIAT",
        "model_description": "PALIO ATTRACTIVE 1.4 5 P ",
        "region": "Ciudad de Buenos Aires"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Bolivia

<Row>
  <Col>

    This endpoint allows you to retrieve Bolivian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `BO` for Bolivia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="3054SXI" country="BO" />
    <CodeGroup title="BO Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "3054SXI",
            "country": "BO"
        },
        "description": "DODGE RAM 1500",
        "registration_year": "2007",
        "make": "DODGE",
        "model": "RAM 1500",
        "make_description": "DODGE",
        "model_description": "RAM 1500",
        "policy": "130158395",
        "country": "ESTADOS UNIDOS",
        "class": "CAMIONETA",
        "service": "PARTICULAR",
        "drive": "4 X 2 (SIMPLE)",
        "cc": "5700",
        "colour": "PLOMO",
        "body": "OTROS",
        "load": "1",
        "doors": "4",
        "location": "LA PAZ",
        "vehicle_type": "REEMPLACADO",
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Brazil

<Row>
  <Col>

    This endpoint allows you to retrieve Brazilian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `BR` for Brazil.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="KNX9595" country="BR" />
    <CodeGroup title="BR Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "KNX9595",
            "country": "BR"
        },
        "description": "FERRARI F458 ITALIA F1 4.5 V8 570CV",
        "registration_year": "2010",
        "make": "FERRARI",
        "model": "F458 Italia F1 4.5 V8 570cv",
        "location": "UBERLANDIA, MG",
        "vin": "ZFF67NHB0A0174002",
        "fuel_type": "GASOLINA",
        "color": "VERMELHA",
        "power": "570",
        "engine_cc": "4500",
        "type": "PASSAGEIRO",
        "seats": "2",
        "axles": "2",
        "gross_weight": "153",
        "max_traction": "183"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Canada

<Row>
  <Col>

    This endpoint allows you to retrieve Canadian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CA` for Canada.
      </Property>
      <Property name="state" type="string">
         The state is a two letter abbreviation of one of the 13 provinces and territories of Canada.

         | Province/Territory | Abbreviation |
         | ------------------- | :------------: |
         | Alberta             | AB           |
         | British Columbia    | BC           |
         | Manitoba            | MB           |
         | New Brunswick       | NB           |
         | Newfoundland and Labrador | NL     |
         | Northwest Territories | NT        |
         | Nova Scotia         | NS           |
         | Nunavut             | NU           |
         | Ontario             | ON           |
         | Prince Edward Island | PE         |
         | Quebec              | QC           |
         | Saskatchewan        | SK           |
         | Yukon               | YT           |
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="CKST441" state="ON" country="CA" />
    <CodeGroup title="CA Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "CKST441",
            "state": "ON",
            "country": "CA"
        },
        "description": "Volkswagen Jetta",
        "registration_year": "2019",
        "make": "Volkswagen",
        "model": "Jetta",
        "vin": "3VWE57BU5KM219002",
        "fuel_type": "Gasoline",
        "engine_size": "1.4L L4 DOHC 16V TURBO",
        "body_style": "Sedan",
        "transmission": "Automatic",
        "trim": "SEL",
        "drive_type": "FWD"
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Chile

<Row>
  <Col>

    This endpoint allows you to retrieve Chilean vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CL` for Chile.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="DKCZ90" country="CL" />
    <CodeGroup title="CL Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "DKCZ90",
            "country": "CL"
        },
        "description": "BMW 116I M 1.6",
        "registration_year": "2012",
        "make": "BMW",
        "model": "116I M 1.6",
        "make_description": "BMW",
        "model_description": "116I M 1.6",
        "valid_since": "05-04-2024",
        "expiry": "28-02-2025",
        "vehicle_type": "AUTOMOVIL",
        "vin": "WBAUE1105CPZ56669",
        "engine_code": "A393I950",
        "fuel": "GASOLINA",
        "colour": "BLANCO",
        "owner": {
            "name": "ALARCON CONEJEROS HERNAN ESTEBAN",
            "national_id": "16287080-7"
        },
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## China

<Row>
  <Col>

    This endpoint allows you to retrieve Chinese vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CN` for China.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="浙GCJ300" country="CN" />

    <CodeGroup title="CN Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "浙GCJ300",
            "country": "CN"
        },
        "description": "haima Family",
        "registration_year": "2004",
        "make": "haima",
        "model": "Family",
        "variant": "GL New Yue Class",
        "engineSize": "1.6L",
        "make_description": "haima",
        "model_description": "Family",
        "number_of_seats": "5",
        "number_of_doors": "4",
        "body_style": "saloon",
        "vin": "LH17CKJF04H035018",
        "engine_number": "ZM",
        "fuel_type": "gasoline",
        "owner": {
                "name": "王坚强",
                "id": "330725197611214838",
                "address": "义乌市稠城街道殿山村",
                "tel": "13868977994"
            },
        "gonggao": "HMC7161",
        "location": "浙江省金华市",
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Colombia

<Row>
  <Col>

    This endpoint allows you to retrieve Colombian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CO` for Colombia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="HBK482" country="CO" />
    <CodeGroup title="CO Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "HBK482",
            "country": "CO"
        },
        "description": "VOLKSWAGEN JETTA [6] TRENDLINE TP 2500CC",
        "make": "VOLKSWAGEN",
        "model": "JETTA [6] TRENDLINE TP 2500CC",
        "engine_size": "2500",
        "number_of_doors": "5",
        "fuel_type": "",
        "vin": "",
        "vehicle_type": "AUTOMOVIL",
        "motor_code": "09201157",
        "registration_year": "2013",
        "insurance": "",
            }
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Costa Rica

<Row>
  <Col>

    This endpoint allows you to retrieve Costa Rican vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CR` for Costa Rica	.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="706854" country="CR" />
    <CodeGroup title="CR Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "706854",
            "country": "CR"
        },
        "description": "TOYOTA ECHO",
        "make": "TOYOTA",
        "model": "ECHO",
        "make_description": "TOYOTA",
        "model_description": "ECHO",
        "engine_size": "1500 C.C",
        "registration_year": "2001",
        "body": "SEDAN 2 PUERTAS",
        "transmission": " ",
        "fuel": "GASOLINA",
        "cabin": "DESCONOCIDO",
        "wheel_plan": "4X2",
        "vin": "JTDAT123310127285",
        "colour": "GRIS",
        "engine_code": "1NZ1573194",
        "owner": {
                "id": "107880581",
                "name": "MORALES BERROCAL JOHNNY FRANCISCO",
        },
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Croatia

<Row>
  <Col>

    This endpoint allows you to retrieve Croats vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `HR` for Croatia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="RI856VE" country="HR" />
    <CodeGroup title="HR Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "RI856VE",
            "country": "HR"
        },
        "description": "BMW  SERIJA 3, 316I",
        "make": "BMW",
        "model": "SERIJA 3, 316I",
        "make_description": "BMW",
        "model_description": "SERIJA 3, 316I",
        "vechile_identification_number": "WBAAY31080KP02047",
        "insurance_company": "SAVA OSIGURANJE D.D. PodruĹžnica Hrvatska(VELEBIT OSIGURANJE D.D. --> SAVA OSIG.)",
        "insurance_company_url": "http://www.sava-osiguranje.hr",
        "insurance_company_number": "370222400",
        "city": "Rijeka",
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Cyprus

<Row>
  <Col>

    This endpoint allows you to retrieve Cypriot vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CY` for Cyprus.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="KXJ391" country="CY" />
    <CodeGroup title="CY Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "KXJ391",
            "country": "CY"
        },
        "description": "DODGE CALIBER",
        "make": "DODGE",
        "model": "CALIBER",
        "make_description": "DODGE",
        "model_description": "CALIBER",
        "engine_size": "1998",
        "power": "",
        "registration_date": "01/01/2006",
        "manufacture_date": "01/01/2006",
        "convertible": "",
        "driver_side": "RHS",
        "usage": "Commercial",
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Czech Republic

<Row>
  <Col>

    This endpoint allows you to retrieve Czech vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CZ` for the Czech Republic.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="3AV2714" country="CZ" />
    <CodeGroup title="CZ Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "3AV2714",
            "country": "CZ"
        },
        "description": "ŠKODA OCTAVIA",
        "make": "ŠKODA",
        "model": "OCTAVIA",
        "registration_date": "04/10/2005",
        "registration_year": 2005,
        "engine_size": "1896",
        "fuel_type": "D",
        "body_style": "sedan/limuzína",
        "vin": "TMBCS21Z262149586",
        "gross_weight": "1970",
        "net_weight": "1 385 - 1 575",
        "power": "77",
        "region": "Hlavní město Praha"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Denmark

<Row>
  <Col>

    This endpoint allows you to retrieve Danish vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `DK` for Denmark.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="ZU47209" country="DK" />
    <CodeGroup title="DK Response">
    ```json
    {
        "success": true,
        "input": {
            "plate": "ZU47209",
            "country": "DK"
        },
        "ABI_code": "",
        "description": "FERRARI 348 TS",
        "registration_year": "1993",
        "make": "FERRARI",
        "model": "348",
        "engine_size": "3405.0",
        "fuel_type": "Benzin",
        "immobiliser": "",
        "number_of_seats": "",
        "driver_side": "",
        "body_style": "",
        "vin": "ZFFKA36B000096243",
        "extended_information": {
            "@xmlns": "http://skat.dk/dmr/2007/05/31/",
            "vehicle_ident": "1007801199310004",
            "vehicle_type_number": "1",
            "vehicle_type_name": "Personbil",
            "vehicle_use_structure": {
                "vehicle_use_number": "1",
                "vehicle_use_name": "Privat personkørsel"
            },
            "registration_number": "ZU47209",
            "vehicle_info_basic_structure": {
                "vehicle_info_created_from": "Registreringssyn",
                "vehicle_info_status": "Registreret",
                "vehicle_info_status_date": "2009-04-20T23:00:00+01:00",
                "vehicle_info_first_registration_date": "1993-05-03+02:00",
                "vehicle_info_chassis_number": "ZFFKA36B000096243",
                "vehicle_info_total_weight": "1680",
                "vehicle_info_own_weight": "1440",
                "vehicle_info_ready_to_drive_weight_minimum": "1565",
                "vehicle_info_technical_total_weight": "1680",
                "vehicle_info_axle_number": "2",
                "vehicle_info_seats_minimum": "2",
                "vehicle_info_connection_possibility": "false",
                "vehicle_info_comment": "DMR Konvertering",
                "vehicle_info_gear_number": "5",
                "vehicle_designation_structure": {
                    "vehicle_brand_type_number": "10078",
                    "vehicle_brand_type_name": "FERRARI",
                    "model": {
                        "vehicle_model_type_number": "10078008",
                        "vehicle_model_type_name": "348"
                    },
                    "variant": {
                        "vehicle_variant_type_number": "1007800851",
                        "vehicle_variant_type_name": "TS"
                    },
                    "type": {
                        "vehicle_type_type_number": "10078008510000000",
                        "vehicle_type_type_name": "F119AS"
                    }
                },
                "vehicle_color_structure": {
                    "color_type_structure": {
                        "color_type_number": "1",
                        "color_type_name": "Ukendt"
                    }
                },
                "vehicle_environment_info_structure": {
                    "vehicle_environment_info_particle_filter": "false"
                },
                "vehicle_engine_structure": {
                    "vehicle_engine_cylinder_number": "8",
                    "vehicle_engine_displacement": "3405.0",
                    "vehicle_engine_maximum_power": "217.0",
                    "vehicle_engine_mileage": "111",
                    "vehicle_fuel_collection_structure": {
                        "vehicle_fuel_collection": {
                            "fuel_structure": {
                                "propulsion_type_structure": {
                                    "propulsion_type_number": "1",
                                    "propulsion_type_name": "Benzin"
                                },
                                "vehicle_engine_primary_fuel": "true"
                            }
                        }
                    }
                }
            },
            "inspection_result_structure": {
                "inspection_result_inspection_type": "PeriodiskSyn",
                "inspection_result_inspection_date": "2021-04-22+02:00",
                "inspection_result_inspection_result": "Godkendt",
                "inspection_result_inspection_status": "Aktiv",
                "inspection_result_inspection_status_date": "2021-04-22+02:00",
                "vehicle_engine_mileage_in_km": "111"
            },
            "vehicle_registration_status": "Registreret",
            "vehicle_registration_status_date": "2009-04-20T23:00:00+01:00"
        }
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Ecuador

<Row>
  <Col>

    This endpoint allows you to retrieve Ecuadorian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `EC` for Ecuador.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="PBU2742" country="EC" />
    <CodeGroup title="EC Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "PBU2742",
            "country": "EC"
        },
        "description": "BMW X3 3.0SI",
        "make": "BMW",
        "model": "X3 3.0SI",
        "make_description": "BMW",
        "model_description": "X3 3.0SI",
        "year": "2008",
        "type": "LIVIANO",
        "sub_type": "AUTOMOVIL 4 TIEMPOS",
        "vehicle_identification_number": "WBXPC93488WJ05373",
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Estonia

<Row>
  <Col>

    This endpoint allows you to retrieve Estonian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `EE` for Estonia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="834MDF" country="EE" />
    <CodeGroup title="EE Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "834MDF",
            "country": "EE"
        },
        "description": "PEUGEOT PARTNER",
        "registration_year": "2002",
        "make": "PEUGEOT",
        "model": "PARTNER",
        "make_description": "PEUGEOT",
        "model_description": "PARTNER",
        "number_of_seats": "2",
        "power": "55",
        "gross_weight": "1717",
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Finland

<Row>
  <Col>

    This endpoint allows you to retrieve Finnish vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `FI` for Finland.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="LZF630" country="FI" />
    <CodeGroup title="FI Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "LZF630",
            "country": "FI"
        },
        "description": "Volkswagen GOLF",
        "registration_year": "2010",
        "make": "Volkswagen",
        "model": "GOLF",
        "engine_size": "1598",
        "fuel_type": "Diesel",
        "body_style": "Car",
        "insurance_company": "LähiTapiola",
        "vin": "WVWZZZ1KZBW072586",
        "tow_bar": "True",
        "registration_date": "21/09/2010",
        "axles": "",
        "power": "77",
        "turbo": "No",
        "net_weight": "1340",
        "engine_code": "CAYC",
        "transmission": "Automaattinen",
        "body_type": "Kombi-sedan",
        "model_year": "2011",
        "variant": "VW GOLF VI 09-13"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## France

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from France.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `FR` for France.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="EG258MA" country="FR" />
    <CodeGroup title="FR Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "EG258MA",
            "country": "FR"
        },
        "description": "RENAULT SCÉNIC III",
        "registration_year": "2016",
        "make": "RENAULT",
        "model": "SCÉNIC III",
        "engine_size": "5",
        "fuel_type": "DIESEL",
        "immobiliser": "",
        "indicative_value": "",
        "driver_side": "",
        "body_style": "MONOSPACE COMPACT",
        "registration_date": "2016-06-24",
        "extended_information": {
            "anneeSortie": "2016",
            "boiteDeVitesse": "MECANIQUE",
            "carburantVersion": "D",
            "carrosserieVersion": "25",
            "classeSra": "L",
            "libVersion": "1.5 dCi 1461cm3 110cv ",
            "libelleModele": "SCÉNIC III",
            "marque": "RE",
            "modele": "81",
            "produit": "A1",
            "puissance": "5",
            "version": "463",
            "cleCarrosserie": "25MSBK5",
            "groupeSra": "31",
            "nbPlace": "5",
            "datePremiereMiseCirculation": "24062016",
            "questionBatterie": "N",
            "electrique": "N",
            "genre": "VP",
            "typeVehicule": "MS",
            "numSerieMoteur": "VF1JZ890H55864144",
            "valeurANeufSRA": "",
            "niveauRisqueVol": "0",
            "protectionConstructeur": "S7",
            "puissanceDyn": "110",
            "segmentVeh": "M1",
            "KtypeId": "5853",
            "EngineCC": "1461",
            "Co2": "105",
            "Cylinders": "4",
            "CNIT": "M10RENVP472E768"
        }
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Germany

<Row>
  <Col>

    This endpoint allows you to retrieve German vehicle information based on KBA numbers instead of license plates.

    A KBA number ("Kraftfahrt-Bundesamt") is a unique number which is registered with the Federal Motor Transport Authority. The KBA number can be found on the vehicle registration in boxes 2 and 3 or in the registration certificate Part 1 under 2.1. and 2.2.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The KBA number in the format HSN/TSN (Herstellerschlüsselnummer / Typschlüsselnummer)
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `DE` for Germany.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="4000" country="DE" />
    <CodeGroup title="DE Response">
    ```json
    {
        "success": true,
        "input": {
            "plate": "4000/305",
            "country": "DE"
        },
        "description": "ALFA GIULIETTA Spider 1.3 [196101 - 196212] (59kW 80hp Otto AR 00508)",
        "make": "alfa romeo",
        "model": "GIULIETTA SPIDER",
        "power_kw": 59,
        "power_hp": 80,
        "engine_size": 1281,
        "fuel_type": "Benzin",
        "k_type_id": "28097"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Greece

<Row>
  <Col>

    This endpoint allows you to retrieve Greek vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `GR` for Greece.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="POT1309" country="GR" />
    <CodeGroup title="GR Response">
    ```json
    {
        "success": true,
        "input": {
            "plate": "POT1309",
            "country": "GR"
        },
        "description": "KIA Picanto",
        "make": "KIA",
        "model": "Picanto",
        "make_description": "KIA",
        "model_description": "Picanto",
        "variant": "1.0i 12v Lx",
        "vehicle_type": "EIX",
        "doors": "5",
        "engine_band": "7",
        "engine_size": "999",
        "registration_date": "01/07/2008",
        "region": "Dodecanese - Rhodes",
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Hungary

<Row>
  <Col>

    This endpoint allows you to retrieve Hungarian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `HU` for Hungary.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="UHW781" country="HU" />
    <CodeGroup title="HU Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "UHW781",
            "country": "HU"
        },
        "description": "Suzuki GS ",
        "registration_year": 2006,
        "make": "Suzuki",
        "model": "GS",
        "engine_size": "487",
        "fuel_type": "BENZIN",
        "power": "35",
        "gross_weight": "380",
        "net_weight": "193",
        "registration_date": "2022-01-20",
        "vin": "VTTBK232100104138"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Iceland

<Row>
  <Col>

    This endpoint allows you to retrieve Icelander vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `IS` for Iceland.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="HB355" country="IS" />
    <CodeGroup title="IS Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "HB355",
            "country": "IS"
        },
        "description": "FIAT UNO",
        "registration_year": "1984",
        "make": "FIAT",
        "model": "UNO",
        "make_description": "FIAT",
        "model_description": "UNO",
        "vehicle_identification_number": "ZFA14600002180232",
        "registration_date": "20/03/1984",
        "next_inspection_date": "01/05/1996",
        "weight": {
                "gross": "1200",
                "net": "720",
            },
        "colour": "Ljósblár",
        "Co2": "",
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## India

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on Indian license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `IN` for India.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="WB24AE4770" country="IN" />
    <CodeGroup title="IN Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "WB24AE4770",
            "country": "IN"
        },
        "description": "HYUNDAI GRAND I-10 MAGNA 1.2",
        "registration_year": "2016",
        "make": "HYUNDAI",
        "model": "GRAND I-10 MAGNA 1.2",
        "variant": "1.2 Magna U2 Diesel 1186.0",
        "engine_size": "1197.0",
        "number_of_seats": "5",
        "vin": "MALA851CLGM431431*C",
        "engine_number": "G4LAGM982033",
        "fuel_type": "PETROL",
        "registration_date": "07/06/2016",
        "owner": "RATHINDRA NATH SINGHA RAY",
        "fitness": "",
        "insurance": "2021-05-27",
        "PUCC": "2021-06-26",
        "vehicle_type": "MOTOR CAR(LMV)",
        "location": "Barrackpore "
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Ireland

<Row>
  <Col>

    This endpoint allows you to retrieve Irish vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `IE` for Ireland.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="04MH8917" country="IE" />
    <CodeGroup title="IE Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "04MH8917",
            "country": "IE"
        },
        "ABI_code": "04007202",
        "description": "AUDI A6 TDI SE AUTO (1896cc - 4 door ) ",
        "registration_year": "2004",
        "make": "AUDI",
        "model": "A6",
        "body_style": "Saloon",
        "transmission": "A",
        "fuel_type": "D",
        "number_of_seats": "0",
        "number_of_doors": "4",
        "engine_size": "1896",
        "county": "Meath"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Isle of Man

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from the Isle of Man.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `IM` for Isle of Man.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="262KMN" country="IM" />
    <CodeGroup title="IM Response">
    ```json {{ title: 'IM Response' }}
    {
        "success": true,
        "input": {
            "plate": "262KMN",
            "country": "IM"
        },
        "description": "BMW X3 M40i MHEV Auto",
        "registration_year": "2022",
        "make": "BMW",
        "model": "X3 M40i MHEV Auto",
        "engine_size": "2998",
        "fuel_type": "Petrol",
        "version": "",
        "colour": "",
        "Co2": "",
        "registration_date": "",
        "wheel_plan": "",
        "taxed": "",
        "tax_expiry": "",
        "image_url": "https://api.carsxe.com/pic?image=@Qk1XIFgzIE00MGkgTUhFViBBdXRv"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Italy

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from the Italy.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `IT` for Italy.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="BN071VN" country="IT" />
    <CodeGroup title="IT Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "BN071VN",
            "country": "IT"
        },
        "description": "Peugeot 206",
        "year": "2000",
        "make": "Peugeot",
        "model": "206",
        "engine_size": "14 cv (da 1119,2 a 1243,6 cc.)",
        "fuel_type": "Benzina",
        "immobiliser": "",
        "number_of_doors": "",
        "version": "206 1.1 3p. Xr (08-2000)",
        "ABS": "N",
        "air_bag": "S",
        "vin": "",
        "k_type": "",
        "power_CV": "",
        "power_KW": "",
        "power_fiscal": "",
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Kazakhstan

<Row>
  <Col>

    This endpoint allows you to retrieve Kazakhstani vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `KZ` for Kazakhstan.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="860AMZ17" country="KZ" />
    <CodeGroup title="KZ Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "860AMZ17",
            "country": "KZ"
        },
        "description": "OPEL VECRTA",
        "registration_year": "1998",
        "make": "OPEL",
        "model": "VECRTA",
        "make_description": "OPEL",
        "model_description": "VECRTA",
        "colour": "БЕЛЫЙ",
        "engine_size": "1598",
        "region": "Jetisu Region",
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Latvia

<Row>
  <Col>

    This endpoint allows you to retrieve Latvian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `LV` for Latvia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="GZ3425" country="LV" />
    <CodeGroup title="LV Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "GZ3425",
            "country": "LV"
        },
        "description": "VW BORA",
        "make": "VW",
        "model": "BORA",
        "registration_year": 1998,
        "variant": "BORA (1J2) (98-13)",
        "vin": "WVWZZZ1JZXW273563",
        "engine_size": 2324,
        "power": 110,
        "fuel_type": "Benzīns"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Lithuania

<Row>
  <Col>

    This endpoint allows you to retrieve Lithuanian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `LT` for Lithuania.
      </Property>
    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="NAO075" country="LT" />
    <CodeGroup title="LT Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "NAO075",
            "country": "LT"
        },
        "description": "VOLKSWAGEN CRAFTER",
        "registration_year": "2006",
        "make": "VOLKSWAGEN",
        "model": "CRAFTER",
        "make_description": "VOLKSWAGEN",
        "model_description": "CRAFTER",
        "engineSize": "2461",
        "vin": "WV1ZZZ2EZE6017394",
        "fuel_type": "Diesel",
        "insurance_company": "ERGO INSURANCE SE LIETUVOS FILIALAS",
        "insurance_company_number": "ACB 1798038:8192689",
        "vehicle_type": "LORRY",
        "body": "Bus",
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Malaysia

<Row>
  <Col>

    This endpoint allows you to retrieve Malaysian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `MY` for Malaysia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="WXX7385" country="MY" />
    <CodeGroup title="MY Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "WXX7385",
            "country": "MY"
        },
        "description": "PERODUA VIVA ELITE EXCLUSIVE EJ VE 4 SP AUTOMATIC",
        "registration_year": "2013",
        "make": "PERODUA",
        "model": "VIVA",
        "make_description": "PERODUA",
        "model_description": "VIVA",
        "seats": "5",
        "body": "HATCHBACK",
        "fuel": "",
        "transmission": "",
        "vin": "PM2L251S002204297",
        "Nvin": "",
        "engine_number": "L58B67A",
        "engine_size": "989",
        "drive": "",
        "insurance": {
            "insurer": "RHB INSURANCE BERHAD",
            "cover_type": "Comprehensive",
            "policy_status": "Active",
            "policy_number": "D20MPCP3155505KT"
        },
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Malta

<Row>
  <Col>

    This endpoint allows you to retrieve Maltese vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `MT` for Malta.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="JJA127" country="MT" />
    <CodeGroup title="MT Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "JJA127",
            "country": "MT"
        },
        "description": "PEUGEOT 307",
        "registration_year": "2004",
        "make": "PEUGEOT",
        "model": "307",
        "make_description": "PEUGEOT",
        "model_description": "307",
        "vehicle_identification_number": "VF33HNFUE4S024189",
        "engine_size": "1587",
        "power": "109",
        "fuel_type": "PETROL",
        "body": "HATCHBACK",
        "number_of_seats": "4",
        "engine_number": "10FX4X2148207",
        "tonnage": "2"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Mexico

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on Mexican license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `MX` for Mexico.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="JGS9180" country="MX" />
    <CodeGroup title="MX Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "JGS9180",
            "country": "MX"
        },
        "description": "OLDSMOBILE BRAVADA",
        "registration_year": "1998",
        "make": "OLDSMOBILE",
        "model": "BRAVADA",
        "class": "CAMIONETA",
        "type": "MPV",
        "vin": "1GHDT13W9W2711587",
        "NCI": "1E5P4N4O",
        "number_of_doors": "4",
        "country": "E.U.A.",
        "version": "SPORT UTILITY 4 PTAS 6 CIL",
        "engine_size": "4.3L",
        "cylinders": "V6",
        "axles": "4X4",
        "assembly_plant": "MORAINE (T and B), OH",
        "institution": "NUEVO LAREDO, TAMPS. Y AEROPUERTO INTERNACIONAL QUETZALCOATL, NUEVO LAREDO, TAMPS.",
        "registration_date": "23/09/2008",
        "issue_date": "26/09/2008",
        "last_update": "15/01/2018",
        "certifiate_of_registration": "",
        "observations": ""
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## New Zealand

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from New Zealand.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `NZ` for New Zealand.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="HGE60" country="NZ" />
    <CodeGroup title="NZ Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "HGE60",
            "country": "NZ"
        },
        "description": "2008 Toyota Mark X",
        "registration_year": "2008",
        "make": "Toyota",
        "model": "Mark X",
        "engine_size": 2499,
        "fuel_type": "Petrol",
        "body_style": "SEDAN",
        "vin": "7AT0H64TX13059294",
        "chassis": "NZVTOYO2008AEIQ",
        "engine_number": "",
        "colour": "",
        "number_of_seats": "0",
        "assembly": "",
        "stolen": "N",
        "estimated_current_odometer": "0",
        "last_odometer_reading": "",
        "warrant_of_fitness": "",
        "plate_type": "",
        "origin": "",
        "vehicle_purpose": "",
        "reason_latest_registration": "",
        "first_local_registration": "",
        "imported": ""
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Nigeria

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from Nigeria.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `NG` for Nigeria.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="FST962DC" country="NG" />
    <CodeGroup title="NG Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "FST962DC",
            "country": "NG"
        },
        "description": "Nissan  Almera",
        "make": "Nissan",
        "model": "Almera",
        "registration_year": 2005,
        "colour": "Grey",
        "expiry": "2017-11-23T13:03:59",
        "vin": "MDHBBAN17Z0501754",
        "region": ""
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Norway

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from Norway.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `NO` for Norway.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="Zt49510" country="NO" />
    <CodeGroup title="NO Response">
    ```json showLineNumbers
    {
    "success": true,
    "input": {
        "plate": "Zt49510",
        "country": "NO"
    },
    "description": "CAPRON T 68/T 447/T 742",
    "registration_year": 2014,
    "make": "CAPRON",
    "model": "T 68/T 447/T 742",
    "engine_size": "2287",
    "make_description": "CAPRON",
    "model_description": "T 68/T 447/T 742",
    "indicative_value": "0",
    "power": 96,
    "region": "Alta\tFinnmark",
    "extended_information": {
        "kjm": "ZT49510",
        "unr": "ZFA25000002498708",
        "reg-aar": "2014",
        "f-g-n": "20140819",
        "merke": "4140",
        "modell": "T 68/T 447/T 742",
        "type": "EG/CF002",
        "kjtgrp": "316",
        "motorytelse": "0009600",
        "slagvolum": "002287",
        "drivst": "02",
        "lengde": "0743",
        "bredde": "233",
        "dekk-f": "215/70 R 15C",
        "dekk-b": "215/70 R 15C",
        "felg-f": "6JX15H2",
        "felg-b": "6JX15H2",
        "mili-f": "105",
        "mili-b": "108",
        "hast-f": "N",
        "hast-b": "",
        "innp-f": "0068",
        "innp-b": "0068",
        "spor-f": "1810",
        "spor-b": "1980",
        "totvekt": "003495",
        "egenvekt": "02855",
        "for-last": "01850",
        "bak-last": "002000",
        "eu-variant": "FTS8FE",
        "eu-versjon": "M4GI0G04CAE017",
        "bruktimp": "0",
        "avreg-dato": "00000000",
        "farge": "HVIT",
        "aksler": "02",
        "aksler-drift": "1",
        "thv-m-brems": "02000",
        "thv-u-brems": "00750",
        "tilh-kobling": "0000",
        "bel-h-feste": "00100",
        "maks-taklast": "0000",
        "vogntogvekt": "005495",
        "ytelsesmaal": "1",
        "siste-pkk": "00000000",
        "neste-pkk": "20181031",
        "reg-dato": "20160406",
        "reg-mnd": "08",
        "reg-dag": "19",
        "co2-utslipp": "0000",
        "euronorm": "5",
        "sitteplasser-totalt": "04",
        "registration": "ZT49510",
        "Kode": "4140",
        "Name": "CAPRON"
        }
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Oman

<Row>
  <Col>

    This endpoint allows you to retrieve Omani vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `OM` for Oman.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="69385H" country="OM" />
    <CodeGroup title="OM Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "69385H",
            "country": "OM"
        },
        "description": "NISSAN SUNNY",
        "registration_year": 2023,
        "make": "NISSAN",
        "model": "SUNNY",
        "make_description": "NISSAN",
        "model_description": "SUNNY",
        "vin": "MDHBN7AD1KG646954",
        "colour": "WHITE",
        "engine_number": "HR15-752304G",
        "insurance_expire": "04/01/2024",
        "insurance_company": "Oman United Insurance Company"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Pakistan

<Row>
  <Col>

    This endpoint allows you to retrieve Pakistani vehicle information based on license plates and registration numbers. Only 4 wheeler vehicles (cars) are supported in Sindh.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="district" type="string">
        The district of the vehicle registration number. For the Khyber-Pakhtunkhwa province “KP”, you will need to also provide the district where the vehicle was registered, which can be one of; Abbottabad, Bannu, Battagram, Buner, Charsadda, Chitral, Dera Ismail Khan, Hangu, Haripur, Karak, Kohat, Kohistan, Lakki Marwat, Lower Dir (PATA), Malakand (PATA), Mansehra, Mardan, Nowshera, Peshawar, Shangla, Swabi, Swat, Tank, Tor Ghar or Upper Dir.
      </Property>
      <Property name="state/district" type="string">
        The letter abbreviation for the state/district of Pakistan.
        * `GB` (Gilgit-Baltistan)
        * `KP` (Khyber Pakhtunkhwa)
        * `PB` (Punjab)
        * `SD` (Sindh)
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `PK` for Pakistan.
      </Property>

    </Properties>

  </Col>
  <Col sticky>

    <PlateDecoderRequest plate="LZR996" state="PB" country="PK" />
    Awaiting actual response from Postman
     <CodeGroup title="PK Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "LZR 996",
            "state": "PB",
            "district": "PB",
            "country": "PK"
        },
        "description": "EXCLUSIVE",
        "make": "CHEVROLET",
        "model": "EXCLUSIVE",
        "make_description": "CHEVROLET",
        "model_description": "EXCLUSIVE",
        "vechile_identification_number": "KL14M11BE5C108055",
        "registration_year": 2005,
        "extended": {
            "Registration Number": "LZR 996",
            "Chassis Number": "KL14M11BE5C108055",
            "Engine Number": "F8CV321778K",
            "Make Name": "CHEVROLET - EXCLUSIVE-LS",
            "Registration Date": "22-Jul-2005 12:00 AM",
            "Model": "2005",
            "Vehicle Price": "555,000",
            "Color": "P.BLACK",
            "Token Tax Paid upto": "LIFETIME",
            "Owner Name": "MUHAMAMD ZAHID HANIF",
            "Father Name": "MUHAMMAD HANIF",
            "Owner City": "LAHORE"
        }
    }
    ```
    </CodeGroup>

</Col>
</Row>

---

## Peru

<Row>
  <Col>

    This endpoint allows you to retrieve Peruvian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `PE` for Peru.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="B6U175" country="PE" />
    <CodeGroup title="PE Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "B6U175",
            "country": "PE"
        },
        "description": "RENAULT LOGAN",
        "registration_year": "2011",
        "make": "RENAULT",
        "model": "LOGAN",
        "make_description": "RENAULT",
        "model_description": "LOGAN",
        "deliveryPoint": "JR JORGE CHÁVEZ N 700 URB  RAÚL PORRAS BARRENECHEA CARABAYLLO LIMA",
        "date": "",
        "vin": "9FBLSRADBCM038432",
        "owner": "CAMILO PARDAVE ALMERCO (04067094)",
        "use": "PARTICULAR"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Poland

<Row>
  <Col>

    This endpoint allows you to retrieve Polish vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `PL` for Poland.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="EL6574U" country="PL" />
    <CodeGroup title="PL Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "EL6574U",
            "country": "PL"
        },
        "description": "SAAB 9-3",
        "registration_date": "2002-06-04",
        "registration_year": 2002,
        "make": "SAAB",
        "model": "9-3",
        "vin": "YS3DD55C622039715",
        "engine_size": 1985,
        "power": 110,
        "fuel_type": "Petrol",
        "is_plug_in": "False",
        "steering_wheel_side": "L",
        "manufacturing_year": 2002,
        "mileage": 175102,
        "weight": "1.9",
        "region": "Łódź"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Portugal

<Row>
  <Col>

    This endpoint allows you to retrieve Portuguese vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `PT` for Portugal.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="9027QL" country="PT" />
    <CodeGroup title="PT Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "9027QL",
            "country": "PT"
        },
        "ABI_code": "",
        "description": "MITSUBISHI PAJERO DIESEL",
        "registration_year": "2000",
        "make": "MITSUBISHI",
        "model": "PAJERO DIESEL",
        "engine_size": "3200",
        "fuel_type": "DIESEL",
        "immobiliser": "",
        "number_of_seats": "7",
        "indicative_value": "0",
        "driver_side": "",
        "version": "",
        "colour": "",
        "vin": "",
        "gross_weight": "2810",
        "net_weight": "2155"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Romania

<Row>
  <Col>

    This endpoint allows you to retrieve Romanian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `RO` for Romania.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="B123ABC" country="RO" />
    <CodeGroup title="RO Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "B123ABC",
            "country": "RO"
        },
        "description": "Renault Clio",
        "registration_year": "1999",
        "make": "Renault",
        "model": "Clio",
        "make_description": "Renault",
        "model_description": "Clio",
        "type": "Autoturism",
        "vin": "VF1CB0A0F20507251",
        "civ": "J350228",
        "variant": "",
        "weight": "955",
        "fuel_type": "benzina",
        "number_of_seats": "5",
        "power": "43",
        "engine_size": "1149",
        "region": "București"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Russia

<Row>
  <Col>

    This endpoint allows you to retrieve Russian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `RU` for Russia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="T131BO199" country="RU" />
    <CodeGroup title="RU Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "T131BO199",
            "country": "RU"
        },
        "description": "PEHO КЛИО V6 SPORT",
        "english_description": "RENO CLIO V6 SPORT",
        "english_make": "RENO",
        "english_model": "CLIO V6 SPORT",
        "make": "PEHO",
        "model": "КЛИО V6 SPORT",
        "make_description": "PEHO",
        "model_description": "КЛИО V6 SPORT",
        "vechile_identification_number": "VF1C*********0222",
        "registration_year": 2003,
        "fuel_type": "Бензиновый",
        "engine": 2946,
        "power": 254.2,
        "gross_weight": 1610,
        "net_weight": 1335,
        "wheel": "LEFT",
        "region": "Москва Центральный"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Singapore

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from Singapore.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `SG` for Singapore.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="SJT8954X" country="SG" />
    <CodeGroup title="SG Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "SJT8954X",
            "country": "SG"
        },
        "description": "TOYOTA LEXUS IS250 AUTO STD FL",
        "registration_year": "2009",
        "make": "TOYOTA",
        "model": "LEXUS IS250 AUTO STD FL",
        "tax_expiry": "05 Nov 2018"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Slovakia

<Row>
  <Col>

    This endpoint allows you to retrieve Slovak vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `SK` for Slovakia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="ZA282BX" country="SK" />
    <CodeGroup title="SK Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "ZA282BX",
            "country": "SK"
        },
        "description": "ŠKODA OCTAVIA",
        "registration_year": 2010,
        "make": "ŠKODA",
        "model": "OCTAVIA",
        "engine_size": "1595",
        "power": "74",
        "colour": "MODRÁ",
        "vin": "TMBCK11U4Y2370804",
        "region": "Žilina"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Slovenia

<Row>
  <Col>

    This endpoint allows you to retrieve Slovenian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `SI` for Slovenia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="LJ-27-ZIA" country="SI" />
    <CodeGroup title="SI Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "LJ-27-ZIA",
            "country": "SI"
        },
        "description": "Dacia (R) Dokker Diesel",
        "make": "Dacia (R)",
        "model": "Dokker Diesel",
        "make_description": "Dacia (R)",
        "model_description": "Dokker Diesel",
        "variant": "Dokker 1,5 dCi 75 S&S Ambiance",
        "vin": "UU10SDCH560977087",
        "region": "Ljubljana"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## South Africa

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from South Africa.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `ZA` for South Africa.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="ZXN279GP" country="ZA" />
    <CodeGroup title="ZA Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "ZXN279GP",
            "country": "ZA"
        },
        "description": "VOLKSWAGEN POLO VIVO",
        "registration_year": "2014",
        "make": "VOLKSWAGEN",
        "model": "POLO VIVO",
        "vin": "AAVZZZ6SZBU002000",
        "region": "Gauteng Province",
        "extended_information": {
            "Make": "VOLKSWAGEN",
            "Model": "POLO VIVO",
            "Derivative": "POLO VIVO 1.6 5Dr",
            "Intro date": "2010-03-16 12:00:00 AM",
            "Discontinued Date": "2014-08-19 12:00:00 AM",
            "Axle Configuration": "4X2",
            "Body Type": "H/B",
            "Cubic capacity": "1598",
            "Doors": "5",
            "Front Tyre Size": "175/65 R14",
            "Kilowatts": "77",
            "No of cylinders": "4",
            "Rear Tyre Size": "175/65 R14",
            "Tare": "1049",
            "Wheelbase": "2462",
            "CO2": "156",
            "Cooling": "W",
            "Cylinder Configuration": "I",
            "Drive": "F",
            "Engine Cycle": "4",
            "ETC / ORT Flag": "A2",
            "Front No Tyres": "2",
            "Fuel Tank Size": "45",
            "FuelType": "P",
            "Height": "1467",
            "Length": "3916",
            "Manual Or Auto": "M",
            "Model Master": "POLO VIVO",
            "No of Gears": "5",
            "Origin": "L",
            "Rear No Tyres": "2",
            "Seats": "5",
            "Use": "GEN",
            "Width": "1650"
        }
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Spain

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on Spanish license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `ES` for Spain.
      </Property>
    </Properties>

    ## Optional attributes

    <Properties>
      <Property name="require_vin" type="boolean">
        Optional. Set `require_vin=true` to always include a VIN.
        <Note variant="warning">
          **Additional charges apply:** when `require_vin=true`, this request is billed **2×** and usage counts **2×**.
        </Note>
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="5428GXS" country="ES" require_vin={true} />
    <CodeGroup title="ES Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "5428GXS",
            "country": "ES"
        },
        "description": "RENAULT MEGANE 3",
        "registration_year": "2010",
        "make": "RENAULT",
        "model": "MEGANE 3",
        "engine_size": "1.5",
        "vin": "VF1BZ0A0543644167",
        "registration_date": "04/07/2010",
        "variation": "AUTHENTIQUE 1500 DCI 85 CV 5P",
        "seats": "0",
        "variant_type": "TURISMO",
        "vehicle_type": "Car",
        "fuel_type": "",
        "indicative_price": "17430",
        "number_of_doors": "0",
        "all_terrain": "N",
        "k_type": "",
        "stolen": ""
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Sri Lanka

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on Sri Lankan license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `LK` for Sri Lanka.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="CAR-4436" country="LK" />
    <CodeGroup title="LK Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "CAR-4436",
            "country": "LK"
        },
        "description": "RENAULT KWID",
        "make": "RENAULT",
        "model": "KWID",
        "make_description": "RENAULT",
        "model_description": "KWID",
        "engine_size": "B4AA400E078454",
        "registration_year": "2016",
        "owner": "PAN ASIA BANKING CORPORATION  PLC",
        "vehicle_class": "MOTOR CAR",
        "conditions": ""
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Taiwan

<Row>
  <Col>

    This endpoint allows you to retrieve Taiwanese vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `TW` for Taiwan.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="MWN-0076" country="TW" />
    <CodeGroup title="TW Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "MWN-0076",
            "country": "TW"
        },
        "description": "光陽",
        "registration_year": "2018",
        "make": "光陽",
        "model": "",
        "make_description": "光陽",
        "model_description": "",
        "engine_size": "149",
        "manufacture_date": "01/08/2018",
        "license_issue_date": "05/09/2018",
        "engine_cycle": "四行程",
        "inspection_status": null,
        "test_records": [
            {
                "LicensePlate": "MWN-0076",
                "InspectionType": "定期檢驗",
                "HC_ppm": "102",
                "CO_pct": "0.1",
                "CO2_pct": "14.8",
                "SerialNo": "113080749",
                "Result": "合格",
                "TestDate": "20240822",
                "TestTime": "10:47:31",
                "LabelYear": "113"
            },
            {
                "LicensePlate": "MWN-0076",
                "InspectionType": "定期檢驗",
                "HC_ppm": "315",
                "CO_pct": "0.1",
                "CO2_pct": "14.9",
                "SerialNo": "113070622",
                "Result": "合格",
                "TestDate": "20240718",
                "TestTime": "17:03:57",
                "LabelYear": "112"
            }
        ]
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Sweden

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on Swedish license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `SE` for Sweden.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="SXM788" country="SE" />
    <CodeGroup title="SE Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "SXM788",
            "country": "SE"
        },
        "ABI_code": "",
        "description": "Ford Focus 1.8",
        "registration_year": "2006",
        "make": "Ford",
        "model": "Focus 1.8",
        "engine_size": "1798 cm",
        "fuel_type": "Bensin",
        "make_description": "Ford",
        "model_description": "Focus 1.8",
        "immobiliser": "",
        "number_of_seats": "5",
        "driver_side": "",
        "body_style": "Halvkombi",
        "colour": "Grön",
        "registration_date": "2006",
        "vechile_identification_number": "WF05XXGCD56B24845",
        "transmission": "Manuell",
        "Co2": "167 g/km"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Switzerland

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on Swiss license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `CH` for Switzerland.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="AG364769" country="CH" />
    <CodeGroup title="CH Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "AG364769",
            "country": "CH"
        },
        "description": "Honda CR-Z",
        "variant": "CR-Z 1.5i Hybrid GT Coupé - 3 doors - 114 HP - Manuell - 35100 Fr.",
        "registration_year": 2012,
        "registration_month": 9,
        "make": "Honda",
        "model": "CR-Z",
        "make_description": "Honda",
        "model_description": "CR-Z",
        "transmission": "Manual",
        "engine_size": "1497",
        "power": "84",
        "fuel_type": "Benzin / Elektrisch",
        "doors": "0",
        "body": "Limousine",
        "drive": "Vorderrad",
        "engine_type": "LEA1",
        "type_certificate": "1HA341",
        "euro_type_code": "e11*2007/46-79/2009*0100",
        "Co2": "117",
        "region": "Aargau"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## The Netherlands

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from The Netherlands.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `NL` for The Netherlands.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="J873GV" country="NL" />
    <CodeGroup title="NL Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "J873GV",
            "country": "NL"
        },
        "ABI_code": "",
        "description": "OPEL CORSA",
        "registration_year": 2020,
        "make": "OPEL",
        "model": "CORSA",
        "engine_size": "",
        "fuel_type": "Elektriciteit",
        "immobiliser": "",
        "number_of_seats": "5",
        "driver_side": "",
        "catalog_price": "",
        "colour": "GRIJS",
        "extended_information": {
            "kenteken": "J873GV",
            "voertuigsoort": "Personenauto",
            "merk": "OPEL",
            "handelsbenaming": "CORSA",
            "vervaldatum_apk": "20240731",
            "datum_tenaamstelling": "20200731",
            "inrichting": "hatchback",
            "aantal_zitplaatsen": "5",
            "eerste_kleur": "GRIJS",
            "tweede_kleur": "Niet geregistreerd",
            "massa_ledig_voertuig": "1430",
            "toegestane_maximum_massa_voertuig": "1920",
            "massa_rijklaar": "1530",
            "datum_eerste_toelating": "20200731",
            "datum_eerste_tenaamstelling_in_nederland": "20200731",
            "wacht_op_keuren": "Geen verstrekking in Open Data",
            "catalogusprijs": "38943",
            "wam_verzekerd": "Ja",
            "maximale_constructiesnelheid": "150",
            "aantal_deuren": "4",
            "aantal_wielen": "4",
            "afstand_hart_koppeling_tot_achterzijde_voertuig": "0",
            "afstand_voorzijde_voertuig_tot_hart_koppeling": "0",
            "lengte": "406",
            "breedte": "175",
            "europese_voertuigcategorie": "M1",
            "technische_max_massa_voertuig": "1920",
            "type": "U",
            "typegoedkeuringsnummer": "e2*2007/46*0639*09",
            "variant": "H",
            "uitvoering": "ZKXZ-X0A000",
            "volgnummer_wijziging_eu_typegoedkeuring": "0",
            "vermogen_massarijklaar": "0.04",
            "wielbasis": "254",
            "export_indicator": "Nee",
            "openstaande_terugroepactie_indicator": "Nee",
            "taxi_indicator": "Nee",
            "maximum_massa_samenstelling": "1920",
            "aantal_rolstoelplaatsen": "0",
            "maximum_ondersteunende_snelheid": "0.00",
            "jaar_laatste_registratie_tellerstand": "2023",
            "tellerstandoordeel": "Logisch",
            "code_toelichting_tellerstandoordeel": "00",
            "tenaamstellen_mogelijk": "Ja",
            "vervaldatum_apk_dt": "2024-07-31T00:00:00",
            "datum_tenaamstelling_dt": "2020-07-31T00:00:00",
            "datum_eerste_toelating_dt": "2020-07-31T00:00:00",
            "datum_eerste_tenaamstelling_in_nederland_dt": "2020-07-31T00:00:00",
            "hoogte_voertuig": "143",
            "api_gekentekende_voertuigen_assen": "",
            "api_gekentekende_voertuigen_brandstof": "",
            "api_gekentekende_voertuigen_carrosserie": "",
            "api_gekentekende_voertuigen_carrosserie_specifiek": "",
            "api_gekentekende_voertuigen_voertuigklasse": "",
            "Axes": [
                {
                    "kenteken": "J873GV",
                    "as_nummer": "1",
                    "aantal_assen": "2",
                    "plaatscode_as": "V",
                    "spoorbreedte": "149",
                    "wettelijk_toegestane_maximum_aslast": "965",
                    "technisch_toegestane_maximum_aslast": "965"
                },
                {
                    "kenteken": "J873GV",
                    "as_nummer": "2",
                    "aantal_assen": "2",
                    "plaatscode_as": "A",
                    "spoorbreedte": "149",
                    "wettelijk_toegestane_maximum_aslast": "960",
                    "technisch_toegestane_maximum_aslast": "960"
                }
            ],
            "Fuel": [
                {
                    "kenteken": "J873GV",
                    "brandstof_volgnummer": "1",
                    "brandstof_omschrijving": "Elektriciteit",
                    "geluidsniveau_rijdend": "67",
                    "emissiecode_omschrijving": "Z",
                    "milieuklasse_eg_goedkeuring_licht": "715/2007*2018/1832AX",
                    "nominaal_continu_maximumvermogen": "57.00",
                    "elektrisch_verbruik_enkel_elektrisch_wltp": "165.00",
                    "actie_radius_enkel_elektrisch_wltp": "335",
                    "actie_radius_enkel_elektrisch_stad_wltp": "412",
                    "max_vermogen_60_minuten": "57.00",
                    "netto_max_vermogen_elektrisch": "100.00",
                    "uitlaatemissieniveau": "AX"
                }
            ],
            "Body": [
                {
                    "kenteken": "J873GV",
                    "carrosserie_volgnummer": "1",
                    "carrosserietype": "AB",
                    "type_carrosserie_europese_omschrijving": "Hatchback"
                }
            ],
            "SpecificBody": [],
            "VehicleClass": []
        }
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Tunisia

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from Tunisia.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `TN` for Tunisia.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="818TU223" country="TN" />
    <CodeGroup title="TN Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "818TU223",
            "country": "TN"
        },
        "description": "Kia PICANTO",
        "registration_year": "2017",
        "registration_date": "01-01-2017",
        "make": "Kia",
        "model": "PICANTO",
        "make_description": "Kia",
        "model_description": "PICANTO",
        "fuel_type": "Essence",
        "variant": "III (JA) ( 03-2017 &gt;  )",
        "engine": "1.0  67ch ( 03-2017 &gt; ---- ) ",
        "type": "VOITURE PARTICULIERE",
        "fiscal_power": "0"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Ukraine

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from Ukraine.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `UA` for Ukraine.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="СА5510ІН" country="UA" />
    <CodeGroup title="UA Response">
    ```json showLineNumbers
    {
    "success": true,
        "input": {
            "plate": "СА5510ІН",
            "country": "UA"
        },
        "description": "TOYOTA LAND CRUISER PRADO",
        "registration_year": "2013",
        "make": "TOYOTA",
        "model": "LAND CRUISER PRADO",
        "engine_size": "2982",
        "fuel_type": "ДИЗЕЛЬНЕ ПАЛИВО",
        "make_description": "TOYOTA",
        "model_description": "LAND CRUISER PRADO",
        "body_style": "УНІВЕРСАЛ",
        "colour": "БІЛИЙ",
        "registration_date": "2013",
        "weight": {
            "net": "2090",
            "gross": "2600"
        },
        "validity": {
            "start": "",
            "end": ""
        },
        "address": "ПРИДНІПРОВСЬКИЙ",
        "vin": "JTEBH3FJ80K098469"
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## United Arab Emirates

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from the United Arab Emirates.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AE` for United Arab Emirates.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="F33333" country="AE" />
    <CodeGroup title="AE Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "F33333",
            "country": "AE"
        },
        "description": "TESLA MODEL S",
        "make": "TESLA",
        "model": "MODEL S",
        "make_description": "TESLA",
        "model_description": "MODEL S",
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## United Kingdom

<Row>
  <Col>

    This endpoint allows you to retrieve vehicle information based on license plates and registration numbers from the United Kingdom.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `GB` for the United Kingdom.
      </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="YY07XHH" country="GB" />
    <CodeGroup title="GB Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "YY07XHH",
            "country": "GB"
        },
        "ABICode": "",
        "description": "PEUGEOT 307 X-LINE",
        "registration_year": "2007",
        "make": "PEUGEOT",
        "model": "307 X-LINE",
        "engine_size": "1360",
        "fuel_type": "PETROL",
        "immobiliser": "",
        "number_of_seats": "",
        "driver_side": "",
        "transmission": "",
        "number_of_doors": "",
        "vehicle_insurance_group": "",
        "vehicle_insurance_group_out_of": "",
        "vin": "VF33CKFUC84922414",
        "engine_code": "",
        "engine_number": "FE040407358",
        "body_style": "Motorbike",
        "colour": "SILVER",
        "registration_date": ""
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

## Australia

<Row>
  <Col>

    This endpoint allows you to retrieve Australian vehicle information based on license plates and registration numbers.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="CB78MH" state="NT" country="AU" />
    <CodeGroup title="AU Response">
    ```json showLineNumbers
    {
        "success": true,
        "input": {
            "plate": "CB78MH",
            "state": "NT",
            "country": "AU"
        },
        "description": "BLACK TOYOTA FJCRUISER 2012",
        "registration_year": 2012,
        "make": "TOYOTA",
        "model": "FJCRUISER",
        "body_style": "",
        "colour": "BLACK",
        "vin": "",
        "engine": "",
        "engine_number": "",
        "net_weight": "",
        "stolen": "",
        "goods_carrying_vehicle": "",
        "registration_serial_number": "",
        "compliance_date": "",
        "insurance_expiry": "",
        "insurance_company": "",
        "purpose": "",
        "expiry": "",
        "extended_information": {},
        "registration_plate": {
            "can_register": true,
            "plate": "CB78MH",
            "can_inspect": true,
            "insurance_class": "A",
            "insurance_class_desc": "Vehicle not exceeding 4.5 tonne GVM or bus used for private or business.",
            "date_inspection": 1493510400000,
            "plate_type": "C",
            "class_code": "",
            "can_remind": true,
            "status": "REGISTERED",
            "date_expired": 1493510400000
        }
    }
    ```
    </CodeGroup>
    </Col>

</Row>

---

#### Canberra, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian Capital Territory.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="Yyf447" state="ACT" country="AU" />
        <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
          "success": true,
          "input": {
              "plate": "Yyf447",
              "state": "ACT",
              "country": "AU"
          },
          "description": "Maroon FORD ED FALCON",
          "registration_year": 1994,
          "make": "FORD",
          "model": "FORD",
          "body_style": "",
          "colour": "Maroon",
          "vin": "",
          "engine": "",
          "engine_number": "3915",
          "net_weight": "1514",
          "stolen": "N",
          "goods_carrying_vehicle": "",
          "registration_serial_number": "",
          "compliance_date": "",
          "insurance_expiry": "",
          "insurance_company": "AAMI",
          "purpose": "",
          "expiry": "20/01/2017",
          "extended_information": {},
          "registration_plate": {}
        }
        ```
        </CodeGroup>
    </Col>

</Row>

---

#### New South Wales, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian state of New South Wales.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="BEW76P" state="NSW" country="AU" />
        <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
            "success": true,
            "input": {
                "plate": "BEW76P",
                "state": "NSW",
                "country": "AU"
            },
            "description": "FORD Fiesta 5D Hatchback LX",
            "registration_year": "2007",
            "make": "FORD",
            "model": "Fiesta 5D Hatchback",
            "body_style": "Lx 5-Speed Manual",
            "colour": "",
            "vin": "FORFIELXWQ16FHS2007A",
            "engine": "1.6 litre, 4 cyl, WQ",
            "engine_number": "",
            "net_weight": "",
            "stolen": "",
            "goods_carrying_vehicle": "",
            "registration_serial_number": "",
            "compliance_date": "",
            "insurance_expiry": "",
            "insurance_company": "",
            "purpose": "",
            "expiry": "",
            "extended_information": {
                "nvic": "FHS07A",
                "code": "FORFIELXWQ16FHS2007A",
                "year": "2007",
                "make": "FORD",
                "model": "Fiesta 5D Hatchback",
                "bodyType": "Lx 5-Speed Manual",
                "engine": {
                    "capacity": {
                        "value": "1.6",
                        "unit": "L"
                    },
                    "cylinders": "4",
                    "description": "1.6 litre, 4 cyl, WQ"
                },
                "transmissionType": "Manual",
                "driveType": "5D HATCHBACK",
                "family": "FIESTA",
                "variant": "LX",
                "series": "WQ"
            },
            "registration_plate": {}
        }
        ```
        </CodeGroup>
    </Col>

</Row>

---

#### Northern Territory, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian territory of Northern Territory.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="CB78MH" state="NT" country="AU" />

    <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
            "success": true,
            "input": {
                "plate": "CB78MH",
                "state": "NT",
                "country": "AU"
            },
            "description": "BLACK TOYOTA FJCRUISER 2012",
            "registration_year": 2012,
            "make": "TOYOTA",
            "model": "FJCRUISER",
            "body_style": "",
            "colour": "BLACK",
            "vin": "",
            "engine": "",
            "engine_number": "",
            "net_weight": "",
            "stolen": "",
            "goods_carrying_vehicle": "",
            "registration_serial_number": "",
            "compliance_date": "",
            "insurance_expiry": "",
            "insurance_company": "",
            "purpose": "",
            "expiry": "",
            "extended_information": {},
            "registration_plate": {
                "can_register": true,
                "plate": "CB78MH",
                "can_inspect": true,
                "insurance_class": "A",
                "insurance_class_desc": "Vehicle not exceeding 4.5 tonne GVM or bus used for private or business.",
                "date_inspection": 1493510400000,
                "plate_type": "C",
                "class_code": "",
                "can_remind": true,
                "status": "REGISTERED",
                "date_expired": 1493510400000
            }
        }
        ```
        </CodeGroup>
    </Col>

</Row>

---

#### Queensland, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian state of Queensland including North Queensland.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="949RWP" state="QLD" country="AU" />

    <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
            "success": true,
            "input": {
                "plate": "949RWP",
                "state": "QLD",
                "country": "AU"
            },
            "description": "2011 HYUNDAI ACCENT HATCHBACK",
            "registration_year": "2011",
            "make": "HYUNDAI",
            "model": "ACCENT HATCHBACK",
            "body_style": "",
            "colour": "",
            "vin": "KMHCT51DLCU021130",
            "engine": "",
            "engine_number": "",
            "net_weight": "",
            "stolen": "",
            "goods_carrying_vehicle": "",
            "registration_serial_number": "",
            "compliance_date": "",
            "insurance_expiry": "01/11/2019",
            "insurance_company": "",
            "purpose": "PRIVATE",
            "expiry": "",
            "extended_information": {},
            "registration_plate": {}
        }
        ```
        </CodeGroup>
    </Col>

</Row>

---

#### South Australia, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian state of South Australia.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="YY819H" state="SA" country="AU" />

    <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
            "success": true,
            "input": {
                "plate": "YY819H",
                "state": "SA",
                "country": "AU"
            },
            "description": "WHITE MITSUBISHI STATION WAGON",
            "registration_year": "2015",
            "make": "MITSUBISHI",
            "model": "Pajero",
            "body_style": "STATION WAGON",
            "colour": "WHITE",
            "vin": "JMFLYV98WGJ003504",
            "engine": "",
            "engine_number": "",
            "net_weight": "",
            "stolen": "",
            "goods_carrying_vehicle": "",
            "registration_serial_number": "",
            "compliance_date": "",
            "insurance_expiry": "",
            "insurance_company": "AAMI",
            "purpose": "",
            "expiry": "05/09/2022",
            "extended_information": {},
            "registration_plate": {}
        }
        ```
        </CodeGroup>
    </Col>

</Row>

---

#### Tasmania, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian state of Tasmania.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="E09FK" state="TAS" country="AU" />
        <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
            "success": true,
            "input": {
                "plate": "E09FK",
                "state": "TAS",
                "country": "AU"
            },
            "description": "VOLKSWAGEN  Amarok Dual Cab Utility TDI420 HIGHLINE (4x4)",
            "registration_year": "2015",
            "make": "VOLKSWAGEN",
            "model": "Amarok Dual Cab Utility",
            "body_style": "Tdi420 Highline (4X4) 8-Speed Auto",
            "colour": "",
            "vin": "VWNAMAH21A20QXQ2015A",
            "engine": "2.0 litre, 4 cyl diesel turbo, 2H MY14",
            "engine_number": "",
            "net_weight": "",
            "stolen": "",
            "goods_carrying_vehicle": "",
            "registration_serial_number": "",
            "compliance_date": "",
            "insurance_expiry": "",
            "insurance_company": "",
            "purpose": "",
            "expiry": "",
            "extended_information": {
                "nvic": "QXQ15A",
                "driveType": "DUAL CAB UTILITY",
                "family": "AMAROK",
                "variant": "TDI420 HIGHLINE (4x4)",
                "model": "Amarok Dual Cab Utility",
                "colour": "",
                "code": "VWNAMAH21A20QXQ2015A",
                "make": "VOLKSWAGEN",
                "fuelType": "",
                "capacityValue": "2.0",
                "series": "2H MY14",
                "engineDescription": "2.0 litre, 4 cyl diesel turbo, 2H MY14",
                "bodyDescription": "",
                "bodyType": "Tdi420 Highline (4X4) 8-Speed Auto",
                "cylinders": "DT4",
                "year": "2015",
                "capacityUnit": "L",
                "transmissionType": "Auto"
            },
            "registration_plate": {}
        }
        ```
        </CodeGroup>
    </Col>

</Row>

---

#### Victoria, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian state of Victoria.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="ZZA271" state="VIC" country="AU" />
        <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
            "success": true,
            "input": {
                "plate": "ZZA271",
                "state": "VIC",
                "country": "AU"
            },
            "description": "TOYOTA Hiace",
            "registration_year": "2014",
            "make": "TOYOTA",
            "model": "Hiace",
            "body_style": "",
            "colour": "WHITE",
            "vin": "JTFHT02P700145015",
            "engine": "1KD2418294",
            "engine_number": "",
            "net_weight": "",
            "stolen": "",
            "goods_carrying_vehicle": "Yes",
            "registration_serial_number": "7168554",
            "compliance_date": "07/2014",
            "insurance_expiry": "",
            "insurance_company": "",
            "purpose": "",
            "expiry": "08/08/2023",
            "extended_information": {},
            "registration_plate": {}
        }
        ```
        </CodeGroup>
    </Col>

</Row>

---

#### Western Australia, Australia

<Row>
  <Col>

    This endpoint allows you to retrieve information based on license plates and registration numbers for vehicles in the Australian state of Western Australia.

    ## Required attributes

    <Properties>
      <Property name="key" type="string">
        Your CarsXE API key.
      </Property>
      <Property name="plate" type="string">
        The vehicle registration number or license plate number.
      </Property>
      <Property name="country" type="string">
        ISO 3166-1 alpha-2 codes are two-letter [country codes](https://www.iban.com/country-codes). `AU` for Australia.
      </Property>
      <Property name="state" type="string">
         The letter abbreviation for the states and territories of Australia.
         * `ACT` (Canberra),
         * `NSW` (New South Wales),
         * `NT` (Northern Territory),
         * `QLD` (Queensland incl. North Queensland),
         * `SA` (South Australia),
         * `TAS` (Tasmania),
         * `VIC` (Victoria),
         * `WA` (Western Australia)
    </Property>
    </Properties>

  </Col>
  <Col sticky>
    <PlateDecoderRequest plate="ZM06WA" state="WA" country="AU" />
        <CodeGroup title="AU Response">
        ```json showLineNumbers
        {
            "success": true,
            "input": {
                "plate": "ZM06WA",
                "state": "WA",
                "country": "AU"
            },
            "description": "MAZDA  Mazda6 4D Sedan CLASSIC",
            "registration_year": "2008",
            "make": "MAZDA",
            "model": "Mazda6 4D Sedan",
            "body_style": "Classic 6-Speed Manual",
            "colour": "",
            "vin": "MAZ--6CLGH25HV92008B",
            "engine": "2.5 litre, 4 cyl, GH",
            "engine_number": "",
            "net_weight": "",
            "stolen": "",
            "goods_carrying_vehicle": "",
            "registration_serial_number": "",
            "compliance_date": "",
            "insurance_expiry": "",
            "insurance_company": "",
            "purpose": "",
            "expiry": "16/12/2017",
            "extended_information": {
                "nvic": "HV908B",
                "driveType": "4D SEDAN",
                "family": "MAZDA6",
                "variant": "CLASSIC",
                "model": "Mazda6 4D Sedan",
                "colour": "",
                "code": "MAZ--6CLGH25HV92008B",
                "make": "MAZDA",
                "fuelType": "",
                "capacityValue": "2.5",
                "series": "GH",
                "engineDescription": "2.5 litre, 4 cyl, GH",
                "bodyDescription": "",
                "bodyType": "Classic 6-Speed Manual",
                "cylinders": "4",
                "year": "2008",
                "capacityUnit": "L",
                "transmissionType": "Manual"
            },
            "registration_plate": {}
        }
        ```
        </CodeGroup>
    </Col>

</Row>
