Automobile Data API

With this API you can retrieve Automobile information, as well as the carmaker, model, type, and fabrication year.

About the API:

This API retrieves automobile data, as well as the carmaker, model, type, and fabrication year. To get all vehicle information, as well as each car manufacturer's list of cars in alphabetical order, you will need to subscribe to obtain your access key.

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

Through its multiple endpoints, you can acquire any amount of information about the automobile of your dreams (such as the car maker, model, type, and year). It's a highly user-friendly API, and you will be amazed by the results. 

What are the most common uses cases of this API?

The Automobile Data API is ideal for companies involved in the automotive industry. This API has a vast car database and wants to retrieve this information for its users. In this sense, you can use this API to: 

  • Get a list of all the automobile models that this API supports.
  • Obtain a list of all the automakers that this API covers.
  • Receive a list of automobiles that best meet your needs (car type, carmaker, or year of fabrication).

 

Are there any limitations to your plans?

Besides API call limitations per month, all the plans work the same! You can choose between these plans:

  • Basic: 1,000 Requests / Monthly ($24.99)
  • Pro: 10,000 Requests / Monthly ($49.99)

It's important to remember that nothing long-term is committed. Your Automobile Data plan can be upgraded, downgraded, or canceled with a single click.

API Documentation

Endpoints


Get the list of all supported types of vehicles this API has. 



                                                                            
GET https://zylalabs.com/api/10/automobile+data+api/38/car+types
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            ["SUV","Convertible","Pickup","Van/Minivan","Wagon","Sedan","Coupe","Hatchback"]
                                                                                                                                                                                                                    
                                                                                                    

Car Types - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/10/automobile+data+api/38/car+types' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Get the list of all the supported car manufacturers that this API has. 

Ex: Chevrolet, Ferrari, Subaru, etc. 



                                                                            
GET https://zylalabs.com/api/10/automobile+data+api/40/car+makers
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            ["Buick","MINI","Volvo","Ford","HUMMER","GMC","Subaru","Mitsubishi","Dodge","Nissan","Honda","Lincoln","Hyundai","BMW","Bentley","Lexus","Chevrolet","Jaguar","Mercedes-Benz","Volkswagen","Aston Martin","Land Rover","Pontiac","Cadillac","FIAT","Saab","Kia","Lamborghini","Audi","Jeep","MAZDA","Suzuki","Toyota","Acura","Saturn","Chrysler","Isuzu","Ferrari","Tesla","INFINITI","Oldsmobile","Ram","Eagle","Porsche","Mercury","Scion","Lotus","Plymouth","Freightliner","Rolls-Royce","SRT","Maybach","Alfa Romeo","Geo","smart","Daewoo","Maserati","Daihatsu","Genesis","McLaren","Fisker","Panoz"]
                                                                                                                                                                                                                    
                                                                                                    

Car Makers - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/10/automobile+data+api/40/car+makers' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Get a list of cars that meet your query. 
You can query by Car Type (check types endpoint), by CarMaker (check carmaker endpoint), or by year of fabrication.

JSON output Example:

{ "id": 9644, "year": 2012, "make": "Chevrolet", "model": "Tahoe", "type": "SUV" }

 


                                                                            
GET https://zylalabs.com/api/10/automobile+data+api/43/cars
                                                                            
                                                                        

Cars - Endpoint Features

Object Description
year [Required]
make [Required]
limit [Required]
page [Required]
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            [{"id":9582,"year":2008,"make":"Buick","model":"Enclave","type":"SUV"},{"id":9583,"year":2006,"make":"MINI","model":"Convertible","type":"Convertible"},{"id":9584,"year":2019,"make":"Volvo","model":"XC90","type":"SUV"},{"id":9585,"year":1999,"make":"Ford","model":"Taurus","type":"Sedan, Wagon"},{"id":9586,"year":2020,"make":"Volvo","model":"XC60","type":"SUV"},{"id":9587,"year":2006,"make":"HUMMER","model":"H2","type":"SUV, Pickup"},{"id":9588,"year":2016,"make":"GMC","model":"Sierra 1500 Crew Cab","type":"Pickup"},{"id":9589,"year":2008,"make":"GMC","model":"Canyon Crew Cab","type":"Pickup"},{"id":9590,"year":2016,"make":"Subaru","model":"Outback","type":"SUV"},{"id":9591,"year":2010,"make":"Mitsubishi","model":"Outlander","type":"SUV"}]
                                                                                                                                                                                                                    
                                                                                                    

Cars - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/10/automobile+data+api/43/cars?year=1999&make=BMW&limit=10&page=1' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Get a list of all the available years that can be used on this API. 



                                                                            
GET https://zylalabs.com/api/10/automobile+data+api/443/get+years
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            [2008,2006,2019,1999,2020,2016,2010,1998,2014,2009,2000,2007,2018,1992,2017,2012,2013,1995,2004,1996,2011,2015,2003,1994,2001,2005,1997,1993,2002]
                                                                                                                                                                                                                    
                                                                                                    

Get Years - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/10/automobile+data+api/443/get+years' --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 Automobile Data 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

The Automobile Data API is designed to retrieve automobile data, including carmaker, model, type, and fabrication year. It provides access to a vast car database, making it ideal for companies involved in the automotive industry that require comprehensive vehicle information for their users.

To access the Automobile Data API, you will need to subscribe and obtain an access key. The access key serves as an authentication mechanism to ensure authorized access to the API's data. Once you have the access key, you can use it to make requests and retrieve the desired automobile data.

The Automobile Data API allows you to retrieve information about automobile models, automakers, and specific automobiles that meet your criteria. You can obtain a list of all supported automobile models, access a comprehensive list of automakers covered by the API, and receive information on automobiles based on criteria such as car type, carmaker, or fabrication year.

The automobile data provided by the API is typically organized in a structured format, such as JSON. It allows for easy access to specific fields and properties, making it convenient for integration into applications or systems. The data can be presented in a format that aligns with your requirements, enabling you to display or manipulate the information as needed.

Yes, the Automobile Data API supports filtering capabilities. You can specify criteria such as car type, carmaker, or fabrication year to retrieve a list of automobiles that best meet your needs. This feature enables you to narrow down the search and obtain targeted results based on your specific requirements.

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]

To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it’s important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.

 Service Level
100%
 Response Time
343ms

Category:


Related APIs