Levam OEM API

Levam OEM API is a REST API for original (OEM) auto parts catalogs. The API provides:

Base URL

https://api.levam.net

All methods are called with GET requests to paths of the form /oem/v1/{Method} and return JSON (UTF-8).

Quick start

curl "https://api.levam.net/oem/v1/CatalogsListGet?api_key=YOUR_KEY"

The API key is issued in your dashboard after registration. See Authentication.

Conventions

Typical call chain

  1. CatalogsListGet — the list of catalogs (brands).
  2. ModelsListGet2 — families and models of a catalog, or VinFind — straight from a VIN.
  3. VehicleParamsSetVehicleModificationsGet — narrow down the modification.
  4. PartGroupsGet — unit group tree, then PartsGet — parts and the unit diagram.
  5. Also: part applicability, order check, maintenance parts.

Documentation sections

Every page is also available as raw Markdown — append .md to the URL (e.g. /docs/en/authentication.md). Full link list for LLM agents: /llms.txt, all content in one file: /llms-full.txt.