Auto Parts Catalog
DEMO: http://auto-parts-catalog.makingdatameaningful.com/ ### **Importand Notice - Please Read Carefully** This API is an independent, unofficial aggregated reference database and is not affiliated with, endorsed by, or sponsored by any vehicle manufacturer, parts brand, catalog provider, or official data source. The information provided is intended for general reference, research, educational,…
Auto Parts Catalog endpoints
| Method | Endpoint | Description |
|---|---|---|
| Languages & Countries | ||
| GET |
Languages /languages/list |
#API-GLNG-001 Returns the full list of available interface languages with their IDs, ISO codes, and descriptions for localization or language selection. |
| GET |
Countries /countries/list |
#API-GCO-001 Returns the complete list of countries and regions for use in location selection, filtering, or localization. |
| GET |
Language Info by ID /languages/get-language/lang-id/{langId} |
"#API-GLNG-002 Returns detailed information about a specific language, including its ID, ISO code, and description." |
| GET |
Countries by Language ID /countries/list-countries-by-lang-id/{langId} |
#API-GCO-002 Returns a list of all countries available for a specific language, allowing localized country names and region selection. |
| GET |
Country Info by Language ID and Country ID /countries/get-country/lang-id/{langId}/country-filter-id/{countryFilterId} |
#API-GCO-003 Returns detailed information about a specific country in the selected language, including its ID, code, and localized name. |
| Manufacturers | ||
| GET |
Type IDs /types/list-vehicles-type |
#API-GTYP-001 Returns the list of available vehicle type identifiers and their descriptions, used to categorize vehicles such as passenger cars, trucks, motorcycles, and more. |
| GET |
Manufacturer IDs by Type ID /manufacturers/list/type-id/{typeId} |
#API-GMFA-001 Returns all vehicle manufacturers for a selected vehicle type, providing IDs and names for make selection and filtering. |
| GET |
Manufacturer Info by Manufacturer ID /manufacturers/find-by-id/{manufacturerId} |
#API-GMFA-002 Returns details for a specific vehicle manufacturer, including name, supported vehicle types, and total model count. |
| Models | ||
| GET |
Models by Type & Manufacturer /models/list/type-id/{typeId}/manufacturer-id/{manufacturerId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
#API-GMDS-001 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… |
| GET |
Model Details by Model ID /models/type-id/{typeId}/model-id/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
#API-GMDS-002 Returns information about a specific vehicle model, including its ID and official model name. |
| GET |
Model Details by Vehicle ID /models/type-id/{typeId}/vehicles/{vehicleId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
#API-GMDS-003 Returns the model information linked to a specific vehicle, including its model ID and name. |
| GET |
Model Image by Model ID /models/type-id/{typeId}/model-id/{modelId} |
#API-GMDS-004 Returns the media assets associated with a specific passenger car model ID, providing the model image URL for visual identification of the vehicle model. |
| Vehicles | ||
| GET |
Vehicle Types /types/list-vehicles-type |
#API-GTYP-001 Returns a list of all available vehicle type categories, such as passenger cars, commercial vehicles, motorcycles, and more. |
| GET |
Engine Types by Model /types/type-id/{typeId}/list-vehicles-types/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
#API-GTYP-003 Returns all available engine versions for a specific vehicle model, including engine names, power, fuel type, displacement, and production intervals. |
| GET |
Get TypeId by VehicleId and ManufacturerId /types/get-typeid-by-vehicleid |
#API-GTYP-007 Get TypeId by VehicleId and ManufacturerId |
| Part Identifier (by ArticleNo) | ||
| GET |
Search Articles by Article No /artlookup/search-articles-by-article-no?articleType=ArticleNumber |
#API-GARL-007 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 /artlookup/search-articles-by-article-no?articleType=OENumber |
#API-GARL-007 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 EAN No /artlookup/search-articles-by-article-no?articleType=EAN |
#API-GARL-007 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 IAM No /artlookup/search-articles-by-article-no?articleType=IAMNumber |
#API-GARL-007 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 Trade No /artlookup/search-articles-by-article-no?articleType=TradeNumber |
#API-GARL-007 Searches for articles using a specified article number and returns matching articles with their core details, including article ID, article number, product name,… |
| POST |
Article Details by Article No /articles/article-number-details |
#API-PAR-004 Returns complete technical and compatibility details for a specific article number, including supplier info, specifications, OEM cross-references, compatible… |
| GET |
List All Suppliers /suppliers/list |
#API-GSPL-001 Returns a complete list of all automotive part suppliers, including their IDs, official names, brand match codes, and logo file references. |
| OEM Identifier | ||
| POST |
Get OEM by Article ID /articles/get-oems-by-list-of-articles-ids |
#API-PAR-008 Get Oem By List Of ArticleIds |
| Part Info (by Article ID) | ||
| GET |
List All Categories /category/type-id/{typeId}/list-category-tree-structure/lang-id/{langId} |
#API-GCA-005 Returns the complete hierarchical catalog of product categories for a selected vehicle type, including main categories and their nested subcategories (e.g.,… |
| GET |
List Categories by Vehicle ID (v1) /category/type-id/{typeId}/products-groups-variant-1/{vehicleId}/lang-id/{langId} |
#API-GCA-001 Returns the vehicle-specific product category tree for the given vehicle as a flattened breadcrumb list (levels 1–4 with categoryName1..4 / categoryId1..4),… |
| GET |
List Categories by Vehicle ID (v2) /category/type-id/{typeId}/products-groups-variant-2/{vehicleId}/lang-id/{langId} |
#API-GCA-002 Returns a structured, hierarchical category tree of all product categories applicable to a specific vehicle, organized by parent–child relationships for easier… |
| GET |
List Categories by Vehicle ID (v3) /category/type-id/{typeId}/products-groups-variant-3/{vehicleId}/lang-id/{langId} |
#API-GCA-003 Returns a fully structured category tree grouped by major vehicle systems (e.g., Body, Engine, Suspension), each with detailed subcategories for parts and components… |
| GET |
List Main Category by Article ID /articles/get-article-category/article-id/{articleId}/lang-id/{langId} |
#API-GAR-0016 Returns the main category associated with a specific article ID. |
| GET |
Search (sub)Categories by Text /category/search-for-the-commodity-group-tree-by-description/type-id/{typeId}/lang-id/{langId}/search-text/{searchText} |
#API-GCA-007 Searches the category group tree by a free-text description and returns matching categories with their hierarchy, including `categoryId`, `categoryName`, `level`,… |
| GET |
List All Product Names /category/list-products-names/lang-id/{langId} |
#API-GCA-006 Returns a complete list of all available automotive product names with their corresponding product IDs for use in lookups or filtering. |
| GET |
Article Details by Article ID /articles/details/article-id/{articleId}/lang-id/{langId} |
#API-GAR-002 Returns detailed technical information for a specific article identified by its unique ID, including product specifications, OEM cross-references, EAN code, and… |
| POST |
Article Details by Article ID /articles/article-id-complete-details |
API-PAR-005 Returns detailed technical information for a specific article identified by its unique ID, including product specifications, OEM cross-references, EAN code, and… |
| POST |
Article Details by Article ID & Language ID /articles/details |
#API-PAR-002 Retrieves detailed product information for a specific article in the selected language, including specifications, supplier data, EAN code, and OEM cross-references. |
| GET |
Article Criteria /articles/selection-of-all-specifications-criterias-for-the-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
#API-GAR-0013 Returns all technical specifications (criteria) for a specified article, including each criterion’s name and value (e.g., dimensions, electrical ratings, fitment… |
| POST |
Article Specifications by Article IDs /articles/get-article-specifications-list-of-articles-ids |
#API-PAR-009 Get article specifications list by article ids |
| GET |
Article List by Vehicle ID & Category ID /articles/list/type-id/{typeId}/vehicle-id/{vehicleId}/category-id/{categoryId}/lang-id/{langId} |
#API-GAR-001 Returns all parts matching a specific vehicle and category, including each article’s ID, number, product name, supplier, product ID, and media/image info. |
| POST |
Article List by Vehicle ID & Category ID /articles/list-articles |
#API-PAR-001 Returns all parts matching a specific vehicle and category, including each article’s ID, number, product name, supplier, product ID, and media/image info. |
| GET |
Compatible Vehicles by Article No & Supplier ID /articles/get-compatible-cars-by-article-number/type-id/{typeId} |
#API-GAR-009 Finds a specific part by its article number and supplier, returns the article’s metadata (ID, number, name, supplier) and a list of all compatible vehicles. |
| GET |
List Accessory Parts by Article ID /articles/selecting-list-of-accessories-list-for-the-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId} |
#API-GAR-0011 Retrieves a list of accessory parts associated with a specific article, including article ID, number, status, product name, type information, and detailed fitting… |
| GET |
Parts Diagram Coordinates /articles/selecting-item-coordinators-on-the-parts-diagram-image-for-the-parts-list/article-id/{articleId} |
#API-GAR-0014 Returns the coordinate mapping of parts on a diagram image for a specified article, including each part’s position, dimensions, and related metadata such as… |
| GET |
Article Media /articles/article-all-media-info |
#API-GAR-007 Returns all available media files for a specified article, including image type, file name, supplier ID, media description, and direct image URLs hosted on the… |
| POST |
Article Media /articles/article-all-media-info |
#API-PAR-006 Returns all available media files for a specified article, including image type, file name, supplier ID, media description, and direct image URLs hosted on the… |
| Parts Cross Reference | ||
| GET |
Cross-References by Article ID /artlookup/select-article-cross-references/article-id/{articleId}/lang-id/{langId} |
#API-GARL-001 Returns a list of cross-referenced parts for a given article ID, including equivalent aftermarket and OEM references with details such as article number, supplier… |
| GET |
Cross-References OENumber by Article ID /artlookup/select-article-cross-references-partial-match |
#API-GARL-009 Partial Match Cross-References OENumber by Article ID |
| GET |
Equivalent OEM Numbers /articles-oem/search-all-equal-oem-no/lang-id/{langId}/article-oem-no/{articleOemNo} |
#API-GARO-002 Retrieves all equivalent OEM numbers for a given article OEM number, listing all related articles along with their associated OEM brands and display numbers (e.g.,… |
| POST |
Equivalent OEM Numbers /articles-oem/all-equal-oem-no |
#API-PARO-002 Retrieves all equivalent OEM numbers for a given article OEM number, listing all related articles along with their associated OEM brands and display numbers (e.g.,… |
| POST |
Search for cross-references for replacement parts through OEM numbers /artlookup/search-for-cross-references-through-oem-numbers |
#API-PARL-001 Search for cross-references for replacement parts through OEM numbers |
| VIN | ||
| GET |
VIN Check /vin/tecdoc-vin-check/{vinNo} |
#API-GVIN-001 Checks vehicle information based on a provided VIN and returns details such as manufacturer, model, model ID, vehicle type, and description. |
| GET |
VIN Decoder (v1) /vin/decoder-v1/{vinNo} |
#API-GVIN-002 Decodes a vehicle’s VIN and returns key details such as the WMI, VDS, VIS, manufacturing region, country, manufacturer, and model year. |
| GET |
VIN Decoder (v2) /vin/decoder-v2/{vinNo} |
#API-GVIN-003 Decodes a vehicle’s VIN to provide comprehensive manufacturer and vehicle specifications, including make, model, model year, engine details, body class, safety… |
Auto Parts Catalog pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $29 / month | 15 / second |
|
| ULTRA | $59 / month | 20 / second |
|
| MEGA | $299 / month | 25 / second |
|