USA VIN Decoder API

USA VIN Decoder API

The USA VIN Decoder API is a web service that enables users to retrieve comprehensive vehicle details by inputting their Vehicle Identification Numbers (VINs). This API offers US coverage, allowing users to access information such as make, model, year, and engine size for vehicles registered around the US. It is a valuable resource for automotive companies, insurance providers, and other organizations that require reliable vehicle data for verification and validation purposes.

About the API:

The USA VIN Decoder API is a powerful web service that enables users to retrieve detailed information about vehicles from around the US using their Vehicle Identification Numbers (VINs). This API offers a wide range of data, including make, model, year, and engine size, and can be utilized by insurance companies, mechanics, dealerships, and more. It is fast, reliable, and easy to use, allowing users to seamlessly integrate vehicle data into their own systems. Additionally, the API is secure and compliant with data privacy regulations, providing users with confidence in the handling of their data. Overall, the WorldWide VIN Decoder API is a valuable tool for verifying and validating vehicle information and streamlining workflows.

 

What this API receives and what your API provides (input/output)?

This API is the simplest you are going to use. Just pass the VIN number and you will receive a list of additional information. Engine, maker, model, and, more...

 

What are the most common uses cases of this API?

  1. The US VIN Decoder API can be used by insurance companies to confirm vehicle details when issuing policies or handling claims.
  2. Dealerships can utilize the API to efficiently and accurately generate detailed lists of their vehicle inventory.
  3. Mechanics and repair shops can use the API to access repair and maintenance information for specific vehicles.
  4. Vehicle rental companies can utilize the API to verify customer-provided VINs before renting out vehicles.
  5. Government agencies can use the API to confirm vehicle details when issuing licenses, registrations, or other documents.
  6. Fleet management firms can use the API to track and manage records for their fleet vehicles.

 

Are there any limitations to your plans?

Besides API call limitations per month, there are no other limitations. 

API Documentation

Endpoints


This endpoint will retrieve all the relevant information about a given VIN number in the USA. 

This endpoint gets information from NHTSA.



                                                                            
GET https://zylalabs.com/api/890/usa+vin+decoder+api/693/usa+vin+decoder
                                                                            
                                                                        

USA VIN Decoder - Endpoint Features
Object Description
vin [Required] VIN Number to lookup
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"Vehicle Descriptor":"3C6TRVDG*JE","Make":"RAM","Manufacturer Name":"CHRYSLER DE MEXICO TOLUCA","Model":"Promaster 2500","Model Year":"2018","Plant City":"SALTILLO","Series":"High Roof 159 WB Cargo Van","Trim":"VF","Vehicle Type":"TRUCK ","Plant Country":"MEXICO","Plant Company Name":"Saltillo Van\/Truck Assembly Plant","Plant State":"COAHUILA","Note":"High Roof Cargo Van","Base Price ($)":"35495.00","Body Class":"Cargo Van","Wheel Base Type":"Long","Gross Vehicle Weight Rating From":"Class 2G: 8,001 - 9,000 lb (3,629 - 4,082 kg)","Wheel Base (inches) From":"159","Trailer Type Connection":"Not Applicable","Trailer Body Type":"Not Applicable","Number of Wheels":"4","Wheel Size Front (inches)":"16","Wheel Size Rear (inches)":"16","Steering Location":"Left-Hand Drive (LHD)","Number of Seats":"2","Transmission Style":"Automatic","Transmission Speeds":"6","Drive Type":"FWD\/Front-Wheel Drive","Axles":"2","Brake System Type":"Hydraulic","Engine Number of Cylinders":"6","Displacement (CC)":"3600.0","Displacement (CI)":"219.68547874103","Displacement (L)":"3.6","Engine Power (kW)":"208.7960","Fuel Type - Primary":"Gasoline","Engine Configuration":"V-Shaped","Engine Brake (hp) From":"280","Turbo":"No","Engine Manufacturer":"FCA","Seat Belt Type":"Manual","Other Restraint System Info":"Active Seat Belt","Front Air Bag Locations":"1st Row (Driver and Passenger)","Side Air Bag Locations":"All Rows","Anti-lock Braking System (ABS)":"Standard","Electronic Stability Control (ESC)":"Standard","Traction Control":"Standard","Active Safety System Note":"ParkSense Rear Park Assist: Optional; Brake Assist: Standard; Dealer Activated Speed Limiter: Standard; Electronic Roll Mitigation: Standard; Hill Start Assist: Standard; Remote Keyless Entry: Standard","NCSA Body Type":"Large Van-Includes van-based buses (B150-B350, Sportsman, Royal Maxiwagon, Ram, Tradesman,...)","NCSA Make":"Dodge","NCSA Model":"Ram Promaster","Backup Camera":"Standard","Bus Floor Configuration Type":"Not Applicable","Bus Type":"Not Applicable","Custom Motorcycle Type":"Not Applicable","Motorcycle Suspension Type":"Not Applicable","Motorcycle Chassis Type":"Not Applicable","Daytime Running Light (DRL)":"Optional","VIN":"3C6TRVDG3JE129289"}
                                                                                                                                                                                                                    
                                                                                                    

USA VIN Decoder - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/890/usa+vin+decoder+api/693/usa+vin+decoder?vin=1C4NJPBB3FD398798' --header 'Authorization: Bearer YOUR_API_KEY' 

    

This endpoint will allow you to decode any motorcycle VINs that are not supported on the other endpoint. 



                                                                            
GET https://zylalabs.com/api/890/usa+vin+decoder+api/3598/motorcycle+vin+decoder
                                                                            
                                                                        

Motorcycle VIN Decoder - Endpoint Features
Object Description
vin [Required] VIN Number to lookup
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"VIN":"1HD1GN4179K318861","Manufacturer":"Harley-Davidson","Region":"North America","Country":"United States","Entered VIN":"1HD1GN4179K318861","Corrected VIN":"1HD1GN4179K318861","Years":[2009],"Manufactured in":"United States","Model year":"2009","Year identifier":"2009","Make":"Harley-Davidson","Model":"FXDL Dyna Low Rider","Trim level":"Dyna Low Rider","Body style":"","Engine type":"1584CC 2 Unleaded Gas","Type":"Pickup Truck","Size":"-","Category":"Motorcycle","Doors":"4","Fuel type":"Gasoline","Fuel capacity":"36 gallons","City mileage":"14 miles\/gallon","Highway mileage":"18 miles\/gallon","Engine size":"1584","Engine cylinders":"8","Transmission":"6 Automatic w\/OD","Transmission type":"Automatic w\/OD","Transmission speeds":"6-Speed","Drivetrain":"Four-Wheel Drive","Anti brake system":"4-Wheel ABS","Steering type":"Power Rack & Pinion","Curb weight":"-","Gross vehicle weight rating":"3000 pounds","Overall height":"76.4 inches","Overall length":"-","Overall width":"78.9 inches","Wheelbase length":"156.6 inches","Standard seating":"5","Invoice price":"-","Delivery charges":"-","Manufacturer suggested retail price":"$44,355"}
                                                                                                                                                                                                                    
                                                                                                    

Motorcycle VIN Decoder - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/890/usa+vin+decoder+api/3598/motorcycle+vin+decoder?vin=1HD1GN4179K318861' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the USA VIN Decoder API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise
Starts at $ 10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

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.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, look at the β€˜X-Zyla-API-Calls-Monthly-Remaining’ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.

To see the maximum number of API requests your plan allows, check the β€˜X-Zyla-RateLimit-Limit’ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.

The β€˜X-Zyla-RateLimit-Reset’ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

 Service Level
100%
 Response Time
191ms

Category:


Related APIs