VIN search

VinFind

Vehicle search by VIN. Cost — 1 unit; repeated requests with the same VIN within 24 hours are not billed (see billing).

GET https://api.levam.net/oem/v1/VinFind

Parameters

ParameterRequiredDescription
api_keyyesAPI key
vinyesVIN (17 characters; O, Q, I are automatically normalized to 0, 0, 1)

Example

curl "https://api.levam.net/oem/v1/VinFind?api_key=KEY&vin=WAUBA24B3XN104537"
{
  "error": "",
  "client": {
    "mark": "audi",
    "catalog_code": "3",
    "family": "Audi A6/S6/Avant qu.",
    "model": "A6Q",
    "ssd": "f9bab10208cc832ff01849397a902988",
    "vin": "WAUBA24B3XN104537",
    "frame": ""
  },
  "models": [
    {
      "Model": "Audi A6/S6/Avant qu.",
      "Transmission": "EKX",
      "Release date": "1999",
      "The market": "MEX",
      "link": "bGtnNjVTSHYwcEhENC9FcmVXYUhoWHRBd3FhZUlJS3oz..."
    }
  ]
}

Response fields

FieldDescription
clientSelection session state: catalog, family, model, ssd, VIN
client.ssdSession identifier — pass it to PartGroupsGet / PartsGet
models[]Matched modifications: parameters plus link — the modification code
errorError information; an empty string means no error

If the VIN resolves to a single modification, the models array contains one element — take its link and proceed to unit groups.

Search by FRAME number (for Japanese vehicles) is not available as a separate method in the current API version: the FrameFind endpoint has been retired. The supportframesearch and frameexample fields in CatalogsListGet are kept for compatibility. If you need FRAME search, contact support from your dashboard.