About the API:
Great API to extract additional information from a vehicle just with a License Plate. Largest database out there.
This API is the simplest you are going to use. Just pass the License Plate number and the output language and you will receive a list of additional information. Engine, maker, model, and, most importantly, its VIN number.
This API is ideal for security implementations where you need to check if the license plate belongs to the car model. It's ideal for security checkpoints from offices, buildings, or anything else that needs to corroborate any license plate.
You will be able to determine if the license plate is correct and valid.
You could create a sell-and-buy platform and your users just will pass the License Plate number of their car and they will receive all the data associated and an estimated buying price.
You could be an insurance broker and just with License Plate, you will be able to extract all the relevant data from the car and start sending insurance budgets.
Besides API call limitations per month, there are no other limitations.
{"error":false,"code":200,"message":"Succ\u00e8s","query":"EH826NS","country":"FR","data":{"AWN_ID_phase":"1","AWN_KBA":"INCONNU","AWN_KBAS":[],"AWN_VIN":"WDC2533051F124960","AWN_ad_blue":"INCONNU","AWN_annee_de_debut_modele":"2015","AWN_annee_de_fin_modele":"2018","AWN_capacite_reservoir":"0","AWN_carrosserie":"TS TERRAINS\/CHEMINS","AWN_carrosserie_carte_grise":"CI","AWN_carrosserie_ce":"INCONNU","AWN_carrosserie_id":"INCONNU","AWN_categorie_vehicule":"TOUS_CHEMINS","AWN_chemin_image":"\/images\/brands\/mercedes.png","AWN_classe_environnement_ce":"EURO6","AWN_classe_prix":"INCONNU","AWN_code_certificat_qualite_air":"INCONNU","AWN_code_de_boite_de_vitesses":"INCONNU","AWN_code_moteur":"651921","AWN_code_sra":"INCONNU","AWN_codes_moteur":["651921"],"AWN_codes_sra":[],"AWN_collection":"NON","AWN_consommation_ex_urbaine":"4.7","AWN_consommation_mixte":"5.00000","AWN_consommation_urbaine":"5.7","AWN_couleur":"GRIS F","AWN_cylindre_capacite":"2143","AWN_cylindre_id":"INCONNU","AWN_date_30":"27-01-2023","AWN_date_cg":"27-01-2023","AWN_date_derniere_cg":"27-01-2023","AWN_date_mise_en_circulation":"15-12-2016","AWN_date_mise_en_circulation_us":"2016-12-15","AWN_depollution":"OUI","AWN_emission_co_2":"131","AWN_emission_co_2_prf":"131","AWN_empattement":"287","AWN_energie":"GAZOLE","AWN_energie_code":"1","AWN_finition":"INCONNU","AWN_generation":"0","AWN_genre":"VP","AWN_genre_carte_grise":"VP","AWN_genre_code":"1","AWN_genre_euro_prf":"INCONNU","AWN_group":"INCONNU","AWN_group_code":"INCONNU","AWN_hauteur":"1639","AWN_id_version":"22188818","AWN_immat":"EH-826-NS","AWN_k_type":"120285","AWN_k_types":["120285"],"AWN_label":"MERCEDES GLC","AWN_label_moteur":"2.1 220 D 170","AWN_largeur":"1890","AWN_longueur":"4656","AWN_marque":"MERCEDES","AWN_marque_carrosserie":"MERCEDES","AWN_marque_code":"MERC","AWN_marque_id":"0","AWN_max_speed":"0","AWN_mode_injection":"AUTR. CARBURATIONS","AWN_mode_transmission":"INCONNU","AWN_model_image":"https:\/\/app.zylalabs.net\/images\/car-models\/120285.jpg","AWN_modele":"GLC","AWN_modele_code":"INCONNU","AWN_modele_etude":"GLC","AWN_modele_id":"0","AWN_modele_prf":"GLC","AWN_nbr_cylindre_energie":"2143","AWN_nbr_cylindres":"4","AWN_nbr_essieux":"0","AWN_nbr_places":"5","AWN_nbr_portes":"5","AWN_nbr_soupapes":"0","AWN_nbr_turbo_compressor":"INCONNU","AWN_nbr_valves":"0","AWN_nbr_vitesses":"9","AWN_nbr_volumes":"0","AWN_niveau_de_bruit_au_ralenti":"76","AWN_niveau_sonore":"INCONNU","AWN_nom_commercial":"MERCEDES GLC","AWN_norme_euro_standardise":"INCONNU","AWN_numero_de_recept_euro_prf":"INCONNU","AWN_numero_de_serie":"124960","AWN_numero_de_siren":"0","AWN_pays":"FR","AWN_pneus":[],"AWN_poids_max_autorise":"0","AWN_poids_total":"0","AWN_poids_total_roulant":"2520","AWN_poids_total_roulant_prf":"0482","AWN_poids_vide":"1770","AWN_prix":"46600","AWN_propulsion":"4X4","AWN_puissance_KW":"125","AWN_puissance_chevaux":"170","AWN_puissance_fiscale":"9","AWN_roues_motrices":"4x4","AWN_segment":"INCONNU","AWN_sra_id":"INCONNU","AWN_style_carrosserie":"INCONNU","AWN_style_carrosserie_code":"INCONNU","AWN_tecdoc_marque_id":"INCONNU","AWN_tecdoc_modele_description":"INCONNU","AWN_tecdoc_modele_id":"INCONNU","AWN_tid":"0","AWN_turbo_compressor":"TURBO","AWN_type_anti_vol":"INCONNU","AWN_type_boite_vites":"AUTOMATIQUE","AWN_type_embrayage":"INCONNU","AWN_type_frein":"INCONNU","AWN_type_injection":"INCONNU","AWN_type_mine":"M10MCZVP003D929","AWN_type_transmission":"INCONNU","AWN_type_variante_version":"204XR80RP1CZAZ0501","AWN_type_vin":"253305","AWN_url_image":"https:\/\/app.zylalabs.net\/images\/brands\/mercedes.png","AWN_version":"2.1 220 D 170","AWN_vitesse_moteur":"0"}}
curl --location --request GET 'https://zylalabs.com/api/342/france+license+plate+lookup+api/275/license+plate+lookup&plaque=Required' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime.
The License Plate Lookup endpoint returns detailed information about a vehicle associated with a given license plate. This includes the vehicle's make, model, engine specifications, VIN, and various other attributes such as color, body type, and fuel consumption.
Key fields in the response include "AWN_VIN" (VIN number), "AWN_carrosserie" (body type), "AWN_couleur" (color), and "AWN_consommation_mixte" (mixed fuel consumption). Each field provides specific details about the vehicle.
The response data is structured in a JSON format, containing a "message" and "code" for status, along with a "data" object that holds detailed vehicle information. This organization allows for easy parsing and utilization of the data.
The endpoint provides comprehensive vehicle information, including technical specifications (engine type, fuel consumption), identification details (VIN, license plate), and descriptive attributes (make, model, color, body type).
Users can customize their requests by specifying the license plate number and the desired output language. This allows for tailored responses based on user preferences and requirements.
The data is sourced from the largest French License Plate Lookup Database, which aggregates information from various official vehicle registries and databases to ensure comprehensive coverage and accuracy.
Data accuracy is maintained through regular updates and quality checks against official vehicle registration records. This ensures that the information provided is current and reliable for users.
Typical use cases include security checks at access points, vehicle validation for buying/selling platforms, and insurance assessments. Users can quickly verify vehicle details using just the license plate number.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
1,382ms
Service Level:
100%
Response Time:
4,228ms
Service Level:
100%
Response Time:
2,311ms
Service Level:
100%
Response Time:
1,785ms
Service Level:
100%
Response Time:
1,024ms
Service Level:
100%
Response Time:
97ms
Service Level:
100%
Response Time:
1,309ms
Service Level:
100%
Response Time:
855ms
Service Level:
100%
Response Time:
990ms
Service Level:
100%
Response Time:
658ms