Recommend car tyres

Tires Guidance

Search tyres based on make/model/year/motorization of a vehicle

Version: v1
Last Edited: March 14th, 2023
Authentication: OAuth
Region: Worldwide

Authentication details

API Key

API key validation is the simplest form of app-based security that you can configure for an API. A client app simply presents an API key with its request, then API manager checks to see that the API key is in an approved state for the resource being requested. Internally, your proxies use policies to verify API key authenticity.

High Level Steps:

  • When a consumer registers an app for any API product in Apigee developer portal, a client id and client secret is created.
  • Client Id is treated as API Key and used to authenticate the consumer for subsequent API calls.

Guidelines on how to use this API

Steps

 

Find the vehicle

First, use the makers/models/years/motorization APIs to implement a vehicle search. Each of these APIs allow you to perform a search for the following step. This step is key in order to precisely identify the vehicle for which we want to perform a tyre recommandation search.

Filter the fitments

Once the vehicle has been found, it might happen that this vehicle leads to several fitments. You can select one of these in order to perform the final search.

Launch the tyre search

Now you have all the informations on the vehicle to launch the by_vehicle request, which will give you a list of recommended tyres, ordered exactly like on the Michelin websites !

References

All the locales available

Below, all the combinations country/languages which are available !

(For example : de-ch means German in Switzerland)

 

Release notes

V1

Launch of the API

Publication on Michelin Developer Portal

Adaptation to APIGEE System