Autodoc Parts Catalog
The Autodoc Parts API provides structured automotive parts catalog data for developers, marketplaces, repair platforms, comparison tools, and auto-related applications. It helps users search and retrieve information about auto parts, categories, and vehicle-related details through easy-to-use API endpoints. This API is useful for building auto parts lookup tools, ecommerce integrations,…
Autodoc Parts Catalog endpoints
| Method | Endpoint | Description |
|---|---|---|
| Languages & Countries | ||
| GET |
Languages /api/languages/list |
Returns the full list of available interface languages with their IDs, ISO codes, and descriptions for localization or language selection. #API-GLNG-001 Version: 2 |
| GET |
Countries /api/countries/list |
Returns the complete list of countries and regions for use in location selection, filtering, or localization. #API-GCO-001 Version: 2 |
| GET |
Language Info by ID /api/languages/get-language/lang-id/{langId} |
Returns detailed information about a specific language, including its ID, ISO code, and description. #API-GLNG-002 Version: 2 |
| GET |
Countries by Language ID /api/countries/list-countries-by-lang-id/{langId} |
Returns a list of all countries available for a specific language, allowing localized country names and region selection. #API-GCO-002 Version: 2 |
| GET |
Country Info by Language ID and Country ID /api/countries/get-country/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns detailed information about a specific country in the selected language, including its ID, code, and localized name. #API-GCO-003 Version: 2 |
| Manufacturers | ||
| GET |
Type IDs /api/types/list-vehicles-type |
Returns the list of available vehicle type identifiers and their descriptions, used to categorize vehicles such as passenger cars, trucks, motorcycles, and more. #API-GTYP-001… |
| GET |
Manufacturer IDs by Type ID /api/manufacturers/list/type-id/{typeId} |
Returns all vehicle manufacturers for a selected vehicle type, providing IDs and names for make selection and filtering. #API-GMFA-001 Version: 2 |
| GET |
Manufacturer Info by Manufacturer ID /api/manufacturers/find-by-id/{manufacturerId} |
Returns details for a specific vehicle manufacturer, including name, supported vehicle types, and total model count. #API-GMFA-002 Version: 2 |
| Models | ||
| GET |
Models by Type & Manufacturer /api/models/list/type-id/{typeId}/manufacturer-id/{manufacturerId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns the full list of vehicle models for a chosen make and vehicle type, including model names and production year ranges - perfect for model selection and filtering.… |
| GET |
Model Details by Model ID /api/models/type-id/{typeId}/model-id/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns information about a specific vehicle model, including its ID and official model name. #API-GMDS-002 Version: 2 |
| GET |
Model Details by Vehicle ID /api/models/type-id/{typeId}/vehicles/{vehicleId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns the model information linked to a specific vehicle, including its model ID and name. #API-GMDS-003 Version: 2 |
| GET |
Model Image by Model ID /api/models/type-id/{typeId}/model-id/{modelId} |
Returns the media assets associated with a specific passenger car model ID, providing the model image URL for visual identification of the vehicle model. #API-GMDS-004 Version: 2 |
| Vehicles | ||
| GET |
Vehicle Types /api/types/list-vehicles-type |
Returns the list of available vehicle type identifiers and their descriptions, used to categorize vehicles such as passenger cars, trucks, motorcycles, and more. #API-GTYP-001… |
| GET |
Vehicle Info /api/types/type-id/{typeId}/vehicle-type-details/{vehicleId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns detailed specifications for a specific vehicle, including manufacturer, model, engine type, power, drivetrain, and other technical characteristics. #API-GTYP-004 Version: 2 |
| GET |
Get Vehicle Types by Manufacturer ID /api/manufacturers/get-manufacturer-types/{manufacturerId} |
Get Vehicle Types by Manufacturer ID #API-GMFA-003 Version: 2 |
| GET |
Engine Types by Model /api/types/type-id/{typeId}/list-vehicles-types/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns all available engine versions for a specific vehicle model, including engine names, power, fuel type, displacement, and production intervals. #API-GTYP-003 Version: 2 |
| GET |
Engine Details /api/engines/engine-details/engine-id/{engId}/lang-id/{langId} |
Returns comprehensive technical specifications for a specific engine, including power range, displacement, configuration, fuel system, emission standard, and other key mechanical… |
| GET |
Vehicle IDs by Model IDs /api/types/type-id/{typeId}/list-vehicles-id/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns all vehicle variations associated with a specific model, including their unique vehicle IDs and manufacturer details. #API-GTYP-002 Version: 2 |
| GET |
Vehicles by KBA number (Germany) /api/types/searching-the-passenger-car-by-ltn-number/lang-id/{langId}/country-filter-id/{countryFilterId}/ltn-number/{ltnNumber}/number-type/{ltnNumberType} |
Returns vehicle details based on the German KBA number, including manufacturer, model, engine type, body style, power, and production period. #API-GTYP-005 Version: 2 |
| GET |
Vehicles by License Plates of the Netherlands (Kenteken) /types/searching-the-passenger-car-by-ltn-number/lang-id/{langId}/country-filter-id/{countryFilterId}/ltn-number/{ltnNumber}/number-type/2 |
#API-GTYP-005 Returns detailed vehicle information using a Dutch license plate (Kenteken), including make, model, engine type, body style, power, and production details. |
| GET |
Part Criteria for Vehicle /api/articles/selection-of-the-criteria-for-articles-and-vehicle/type-id/{typeId}/product-id/{productId}/vehicle-id/{vehicleId}/supplier-id/{supplierId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns all technical and compatibility criteria for specific articles related to a selected vehicle - such as voltage, capacity, dimensions, and other specifications - helping… |
| GET |
Get TypeId by VehicleId and ManufacturerId /api/types/get-typeid-by-vehicleid |
Get TypeId by VehicleId and ManufacturerId #API-GTYP-007 Version: 2 |
| GET |
Compatible Vehicles by OEM & Manufacturer /api/articles-oem/selecting-a-list-of-cars-for-oem-part-number/type-id/{typeId}/lang-id/{langId}/country-filter-id/{countryFilterId}/manufacturer-id/{manufacturerId}/article-oem-no/{articleOemNo} |
Retrieves all vehicles compatible with a given OEM part number from a specified manufacturer. Returns detailed information for each match, including manufacturer, model, engine… |
| POST |
Compatible Vehicles by OEM & Manufacturer /api/articles-oem/selecting-a-list-of-cars-for-oem-part-number |
Retrieves all vehicles compatible with a given OEM part number from a specified manufacturer. Returns detailed information for each match, including manufacturer, model, engine… |
| GET |
Compatible Vehicles by OEM /api/articles/get-compatible-cars-by-oem-no/type-id/{typeId} |
#API-GAR-0017 Retrieves all vehicles compatible with a given OEM part number. Returns detailed information for each match, including manufacturer, model, engine type, body type,… |
| Part Identifier (by ArticleNo) | ||
| GET |
Search Articles by Article No /api/artlookup/search-articles-by-article-no?articleType=ArticleNumber |
#API-GARL-007#1 Searches for articles using a specified article number and returns matching articles with their core details, including article ID, article number, product name,… |
| GET |
Search Articles by OEM No /api/artlookup/search-articles-by-article-no?articleType=OENumber |
#API-GARL-007#2 Searches for articles using a specified OE number and returns matching articles with their core details, including article ID, article number, product name,… |
| GET |
Search Articles by EAN No /api/artlookup/search-articles-by-article-no?articleType=EAN |
#API-GARL-007#3 Searches for articles using a specified EAN number and returns matching articles with their core details, including article ID, article number, product name,… |
| GET |
Search Articles by IAM No /api/artlookup/search-articles-by-article-no?articleType=IAMNumber |
#API-GARL-007#4 Searches for articles using a specified IAM number and returns matching articles with their core details, including article ID, article number, product name,… |
| GET |
Search Articles by Trade No /api/artlookup/search-articles-by-article-no?articleType=TradeNumber |
#API-GARL-007#5 Searches for articles using a specified Trade number and returns matching articles with their core details, including article ID, article number, product name,… |
| POST |
Article Details by Article No /api/articles/article-number-details |
Returns complete technical and compatibility details for a specific article number, including supplier info, specifications, OEM cross-references, compatible vehicles, and… |
| GET |
List All Suppliers /api/suppliers/list |
Returns a complete list of all automotive part suppliers, including their IDs, official names, brand match codes, and logo file references. #API-GSPL-001 Version: 2 |
| OEM Identifier | ||
| POST |
Get OEM by Article ID /api/articles/get-oems-by-list-of-articles-ids |
Get Oem By List Of ArticleIds #API-PAR-008 Version: 2 |
| Part Info (by Article ID) | ||
| GET |
List All Categories /api/category/type-id/{typeId}/list-category-tree-structure/lang-id/{langId} |
Returns the complete hierarchical catalog of product categories for a selected vehicle type, including main categories and their nested subcategories (e.g., “Accessories →… |
| GET |
List Categories by Vehicle ID (v1) /api/category/type-id/{typeId}/products-groups-variant-1/{vehicleId}/lang-id/{langId} |
Returns the vehicle-specific product category tree for the given vehicle as a flattened breadcrumb list (levels 1–4 with 'categoryName1..4' / 'categoryId1..4'), including only… |
| GET |
List Categories by Vehicle ID (v2) /api/category/type-id/{typeId}/products-groups-variant-2/{vehicleId}/lang-id/{langId} |
Returns a structured, hierarchical category tree of all product categories applicable to a specific vehicle, organized by parent–child relationships for easier navigation.… |
| GET |
List Categories by Vehicle ID (v3) /api/category/type-id/{typeId}/products-groups-variant-3/{vehicleId}/lang-id/{langId} |
Returns a fully structured category tree grouped by major vehicle systems (e.g., Body, Engine, Suspension), each with detailed subcategories for parts and components specific to… |
| GET |
List Main Category by Article ID /api/articles/get-article-category/article-id/{articleId}/lang-id/{langId} |
Returns the main category associated with a specific article ID. #API-GAR-0016 Version: 2 |
| GET |
List Categories by Article ID /api/articles/get-article-categories/article-id/{articleId}/lang-id/{langId} |
Returns all category assignments associated with a specific article ID, including each category’s ID, name, parent category ID, and parent category names, allowing you to… |
| GET |
Search (sub)Categories by Text /api/category/search-for-the-commodity-group-tree-by-description/type-id/{typeId}/lang-id/{langId}/search-text/{searchText} |
Searches the category group tree by a free-text description and returns matching categories with their hierarchy, including `categoryId`, `categoryName`, `level`, and nested… |
| GET |
List All Product Names /api/category/list-products-names/lang-id/{langId} |
Returns a complete list of all available automotive product names with their corresponding product IDs for use in lookups or filtering. #API-GCA-006 Version: 2 |
| GET |
List Product Names by Vehicle ID /api/category/type-id/{typeId}/list-products-names |
Returns a complete list of all available automotive product names with their corresponding product IDs for use in lookups or filtering. #API-GCA-008 Version: 2 |
| GET |
Article Details by Article ID /api/articles/details/article-id/{articleId}/lang-id/{langId} |
Returns detailed technical information for a specific article identified by its unique ID, including product specifications, OEM cross-references, EAN code, and supplier details.… |
| POST |
Article Details by Article ID /api/articles/article-id-complete-details |
Returns detailed technical information for a specific article identified by its unique ID, including product specifications, OEM cross-references, EAN code, and supplier details.… |
| GET |
Article Details & Compatibility for Article ID /api/articles/article-complete-details/type-id/{typeId} |
Provides full technical information and specifications for a given article, along with OEM cross-references, supplier details, product image, and a complete list of compatible… |
| POST |
Article Details by Article ID & Language ID /api/articles/details |
Retrieves detailed product information for a specific article in the selected language, including specifications, supplier data, EAN code, and OEM cross-references. #API-PAR-002… |
| GET |
Article Criteria /api/articles/selection-of-all-specifications-criterias-for-the-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
Returns all technical specifications (criteria) for a specified article, including each criterion’s name and value (e.g., dimensions, electrical ratings, fitment details), plus… |
| POST |
Article Specifications by Article IDs /api/articles/get-article-specifications-list-of-articles-ids |
Get article specifications list by article ids #API-PAR-009 Version: 2 |
| GET |
Article List by Vehicle ID & Category ID /api/articles/list/type-id/{typeId}/vehicle-id/{vehicleId}/category-id/{categoryId}/lang-id/{langId} |
Returns all parts matching a specific vehicle and category, including each article’s ID, number, product name, supplier, product ID, and media/image info. #API-GAR-001 Version: 2 |
| POST |
Article List by Vehicle ID & Category ID /api/articles/list-articles |
Returns all parts matching a specific vehicle and category, including each article’s ID, number, product name, supplier, product ID, and media/image info. #API-PAR-001 Version: 2 |
Autodoc Parts Catalog pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | 15 / second |
|
| ULTRA | $59 / month | 20 / second |
|
| MEGA | $299 / month | 25 / second |
|