Cálculo de Costos de Vehículo API

La API de Cálculo de Costos de Vehículos proporciona estimaciones precisas del costo total de poseer un vehículo. Al tener en cuenta variables como el precio de compra, el mantenimiento, el seguro y los gastos de combustible, ofrece a los usuarios información sobre las implicaciones financieras de la propiedad de un vehículo. Ideal para la planificación del presupuesto y los procesos de toma de decisiones.

Acerca de la API:  

 

La API de Cálculo del Costo del Vehículo ofrece a los usuarios una herramienta integral para estimar el costo total de poseer un vehículo. Al considerar factores como el precio de compra inicial, el mantenimiento continuo, las primas de seguro, los gastos de combustible y la depreciación, proporciona proyecciones precisas del compromiso financiero asociado con la propiedad del vehículo. Este enfoque basado en datos empodera a individuos, empresas e instituciones financieras para tomar decisiones informadas sobre compras de vehículos, planificación de presupuestos y estrategias de inversión. Ya sea evaluando la asequibilidad de un automóvil nuevo o analizando los costos a largo plazo de una flota, esta API equipa a los usuarios con información valiosa para optimizar sus decisiones financieras y alcanzar sus objetivos de transporte.

 

¿Qué recibe esta API y qué proporciona su API (entrada/salida)?

Recibirá parámetros y le proporcionará un JSON.

 

¿Cuáles son los casos de uso más comunes de esta API?

 

  • Planificación de Presupuestos Personales:

    • Los individuos pueden usar la API para estimar el costo total de poseer un vehículo durante un período específico. Al considerar gastos como el precio de compra, el seguro, el mantenimiento y el combustible, los usuarios pueden tomar decisiones informadas sobre si un vehículo particular se ajusta a su presupuesto.
  • Optimización de la Gestión de Flotas:

    • Las empresas con flotas de vehículos pueden aprovechar la API para calcular el costo total de propiedad de cada vehículo en su flota. Estos datos pueden ayudar a optimizar las estrategias de gestión de flotas al identificar horarios de mantenimiento rentables, mejoras en la eficiencia del combustible y decisiones de reemplazo de vehículos.
  • Evaluación de Préstamos por Instituciones Financieras:

    • Las instituciones financieras pueden integrar la API en sus procesos de evaluación de préstamos para evaluar la asequibilidad de los préstamos para vehículos para los prestatarios. Al considerar todos los costos asociados, los prestamistas pueden hacer evaluaciones más precisas de la capacidad de los prestatarios para reembolsar los préstamos, reduciendo el riesgo de incumplimiento.
  • Precios de Alquiler de Autos:

    • Las empresas de alquiler de autos pueden utilizar la API para determinar los precios de alquiler basados en el costo total de propiedad de cada vehículo en su flota. Esto asegura que las tarifas de alquiler reflejen con precisión los gastos de la empresa, ayudando a mantener la rentabilidad mientras se mantiene competitiva en el mercado.
  • Cálculo de Primas de Seguro:

    • Las compañías de seguros pueden incorporar la API en sus procesos de cálculo de primas para evaluar el riesgo asociado con asegurar diferentes tipos de vehículos. Al considerar factores como la depreciación, los costos de mantenimiento y las tasas de accidentes, los aseguradores pueden ajustar las primas para reflejar el verdadero costo de la cobertura.

 

 

 

¿Existen limitaciones en sus planes?

Además del número de llamadas a la API, no hay otras limitaciones. 

 

Documentación de la API

Endpoints


Para usar este punto final, todo lo que tienes que hacer es insertar un vin, junto con parámetros opcionales como el kilometraje que indica los km actuales del vehículo (50,000 por defecto).



                                                                            
GET https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5209/get+vehicle+price+data+by+vin
                                                                            
                                                                        

Obtenga datos del precio del vehículo por VIN. - Características del Endpoint

Objeto Descripción
vin [Requerido]
mileage Opcional
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":true,"code":200,"data":{"vin":"JNKCA31A61T027494","success":true,"id":"2001_infiniti_i30_luxury","vehicle":"2001 Infiniti I30 Luxury","mean":4410.2,"stdev":1112,"count":24,"mileage":100000,"certainty":94,"period":["2024-05-01","2024-10-29"],"prices":{"average":4410.2,"below":3297.41,"above":5522.99,"distribution":[{"group":{"min":1995,"max":2350,"count":3}},{"group":{"min":2350,"max":2499,"count":2}},{"group":{"min":2499,"max":2999,"count":3}},{"group":{"min":2999,"max":3555,"count":2}},{"group":{"min":3555,"max":3900,"count":3}},{"group":{"min":3900,"max":3999,"count":2}},{"group":{"min":3999,"max":4250,"count":2}},{"group":{"min":4250,"max":4900,"count":3}},{"group":{"min":4900,"max":5250,"count":2}},{"group":{"min":5250,"max":5697,"count":2}}]},"adjustments":{"mileage":{"average":154002.17,"input":100000,"adjustment":679}}},"message":"Data Fetched Successfully!"}
                                                                                                                                                                                                                    
                                                                                                    

Get Vehicle price data by VIN - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5209/get+vehicle+price+data+by+vin?vin=JNKCA31A61T027494&mileage=100000' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Este endpoint te permitirá recuperar todos los fabricantes que son compatibles con esta API. 



                                                                            
GET https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5210/get+makers
                                                                            
                                                                        

Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":true,"code":200,"data":[{"id":1,"name":"alfa-romeo","created_at":"2023-09-15T12:26:50.000000Z","updated_at":"2023-09-15T12:26:50.000000Z"},{"id":2,"name":"audi","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":3,"name":"bmw","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":4,"name":"ford","created_at":"2023-09-15T12:26:53.000000Z","updated_at":"2023-09-15T12:26:53.000000Z"},{"id":5,"name":"holden-hdt","created_at":"2023-09-15T12:26:55.000000Z","updated_at":"2023-09-15T12:26:55.000000Z"},{"id":6,"name":"honda","created_at":"2023-09-15T12:26:55.000000Z","updated_at":"2023-09-15T12:26:55.000000Z"},{"id":7,"name":"hyundai","created_at":"2023-09-15T12:26:56.000000Z","updated_at":"2023-09-15T12:26:56.000000Z"},{"id":8,"name":"isuzu","created_at":"2023-09-15T12:26:57.000000Z","updated_at":"2023-09-15T12:26:57.000000Z"},{"id":9,"name":"jeep","created_at":"2023-09-15T12:26:57.000000Z","updated_at":"2023-09-15T12:26:57.000000Z"},{"id":10,"name":"kia","created_at":"2023-09-15T12:26:59.000000Z","updated_at":"2023-09-15T12:26:59.000000Z"},{"id":11,"name":"land","created_at":"2023-09-15T12:27:00.000000Z","updated_at":"2023-09-15T12:27:00.000000Z"},{"id":12,"name":"rover","created_at":"2023-09-15T12:27:00.000000Z","updated_at":"2023-09-15T12:27:00.000000Z"},{"id":13,"name":"mazda","created_at":"2023-09-15T12:27:00.000000Z","updated_at":"2023-09-15T12:27:00.000000Z"},{"id":14,"name":"mercedes-benz","created_at":"2023-09-15T12:27:02.000000Z","updated_at":"2023-09-15T12:27:02.000000Z"},{"id":15,"name":"mg","created_at":"2023-09-15T12:27:03.000000Z","updated_at":"2023-09-15T12:27:03.000000Z"},{"id":16,"name":"mitsubishi","created_at":"2023-09-15T12:27:03.000000Z","updated_at":"2023-09-15T12:27:03.000000Z"},{"id":17,"name":"nissan","created_at":"2023-09-15T12:27:04.000000Z","updated_at":"2023-09-15T12:27:04.000000Z"},{"id":18,"name":"peugeot","created_at":"2023-09-15T12:27:05.000000Z","updated_at":"2023-09-15T12:27:05.000000Z"},{"id":19,"name":"renault","created_at":"2023-09-15T12:27:06.000000Z","updated_at":"2023-09-15T12:27:06.000000Z"},{"id":20,"name":"subaru","created_at":"2023-09-15T12:27:07.000000Z","updated_at":"2023-09-15T12:27:07.000000Z"},{"id":21,"name":"suzuki","created_at":"2023-09-15T12:27:08.000000Z","updated_at":"2023-09-15T12:27:08.000000Z"},{"id":22,"name":"toyota","created_at":"2023-09-15T12:27:08.000000Z","updated_at":"2023-09-15T12:27:08.000000Z"},{"id":23,"name":"volkswagen","created_at":"2023-09-15T12:27:10.000000Z","updated_at":"2023-09-15T12:27:10.000000Z"},{"id":24,"name":"volvo","created_at":"2023-09-15T12:27:11.000000Z","updated_at":"2023-09-15T12:27:11.000000Z"},{"id":25,"name":"abarth","created_at":"2023-09-15T12:27:12.000000Z","updated_at":"2023-09-15T12:27:12.000000Z"},{"id":26,"name":"alpine","created_at":"2023-09-15T12:27:12.000000Z","updated_at":"2023-09-15T12:27:12.000000Z"},{"id":27,"name":"armstrong-siddeley","created_at":"2023-09-15T12:27:13.000000Z","updated_at":"2023-09-15T12:27:13.000000Z"},{"id":28,"name":"asia","created_at":"2023-09-15T12:27:13.000000Z","updated_at":"2023-09-15T12:27:13.000000Z"},{"id":29,"name":"aston-martin","created_at":"2023-09-15T12:27:13.000000Z","updated_at":"2023-09-15T12:27:13.000000Z"},{"id":30,"name":"austin","created_at":"2023-09-15T12:27:14.000000Z","updated_at":"2023-09-15T12:27:14.000000Z"},{"id":31,"name":"austin-healey","created_at":"2023-09-15T12:27:15.000000Z","updated_at":"2023-09-15T12:27:15.000000Z"},{"id":32,"name":"bedford","created_at":"2023-09-15T12:27:15.000000Z","updated_at":"2023-09-15T12:27:15.000000Z"},{"id":33,"name":"bentley","created_at":"2023-09-15T12:27:16.000000Z","updated_at":"2023-09-15T12:27:16.000000Z"},{"id":34,"name":"bertone","created_at":"2023-09-15T12:27:16.000000Z","updated_at":"2023-09-15T12:27:16.000000Z"},{"id":35,"name":"bmw-alpina","created_at":"2023-09-15T12:27:17.000000Z","updated_at":"2023-09-15T12:27:17.000000Z"},{"id":36,"name":"bolwell","created_at":"2023-09-15T12:27:18.000000Z","updated_at":"2023-09-15T12:27:18.000000Z"},{"id":37,"name":"borgward","created_at":"2023-09-15T12:27:18.000000Z","updated_at":"2023-09-15T12:27:18.000000Z"},{"id":38,"name":"buick","created_at":"2023-09-15T12:27:19.000000Z","updated_at":"2023-09-15T12:27:19.000000Z"},{"id":39,"name":"byd","created_at":"2023-09-15T12:27:19.000000Z","updated_at":"2023-09-15T12:27:19.000000Z"},{"id":40,"name":"cadillac","created_at":"2023-09-15T12:27:19.000000Z","updated_at":"2023-09-15T12:27:19.000000Z"},{"id":41,"name":"caterham","created_at":"2023-09-15T12:27:20.000000Z","updated_at":"2023-09-15T12:27:20.000000Z"},{"id":42,"name":"chery","created_at":"2023-09-15T12:27:20.000000Z","updated_at":"2023-09-15T12:27:20.000000Z"},{"id":43,"name":"chevrolet","created_at":"2023-09-15T12:27:21.000000Z","updated_at":"2023-09-15T12:27:21.000000Z"},{"id":44,"name":"chrysler","created_at":"2023-09-15T12:27:21.000000Z","updated_at":"2023-09-15T12:27:21.000000Z"},{"id":45,"name":"citroen","created_at":"2023-09-15T12:27:21.000000Z","updated_at":"2023-09-15T12:27:21.000000Z"},{"id":46,"name":"corsa-specialized-vehicles","created_at":"2023-09-15T12:27:27.000000Z","updated_at":"2023-09-15T12:27:27.000000Z"},{"id":47,"name":"cupra","created_at":"2023-09-15T12:27:28.000000Z","updated_at":"2023-09-15T12:27:28.000000Z"},{"id":48,"name":"daewoo","created_at":"2023-09-15T12:27:28.000000Z","updated_at":"2023-09-15T12:27:28.000000Z"},{"id":49,"name":"daihatsu","created_at":"2023-09-15T12:27:28.000000Z","updated_at":"2023-09-15T12:27:28.000000Z"},{"id":50,"name":"daimler","created_at":"2023-09-15T12:27:29.000000Z","updated_at":"2023-09-15T12:27:29.000000Z"},{"id":51,"name":"datsun","created_at":"2023-09-15T12:27:29.000000Z","updated_at":"2023-09-15T12:27:29.000000Z"},{"id":52,"name":"de-tomaso","created_at":"2023-09-15T12:27:30.000000Z","updated_at":"2023-09-15T12:27:30.000000Z"},{"id":53,"name":"dodge","created_at":"2023-09-15T12:27:30.000000Z","updated_at":"2023-09-15T12:27:30.000000Z"},{"id":54,"name":"eunos","created_at":"2023-09-15T12:27:31.000000Z","updated_at":"2023-09-15T12:27:31.000000Z"},{"id":55,"name":"ferrari","created_at":"2023-09-15T12:27:31.000000Z","updated_at":"2023-09-15T12:27:31.000000Z"},{"id":56,"name":"fiat","created_at":"2023-09-15T12:27:32.000000Z","updated_at":"2023-09-15T12:27:32.000000Z"},{"id":57,"name":"foton","created_at":"2023-09-15T12:27:32.000000Z","updated_at":"2023-09-15T12:27:32.000000Z"},{"id":58,"name":"fpv","created_at":"2023-09-15T12:27:33.000000Z","updated_at":"2023-09-15T12:27:33.000000Z"},{"id":59,"name":"fsm","created_at":"2023-09-15T12:27:33.000000Z","updated_at":"2023-09-15T12:27:33.000000Z"},{"id":60,"name":"mitsubishi-fuso","created_at":"2023-09-15T12:27:33.000000Z","updated_at":"2023-09-15T12:27:33.000000Z"},{"id":61,"name":"geely","created_at":"2023-09-15T12:27:34.000000Z","updated_at":"2023-09-15T12:27:34.000000Z"},{"id":62,"name":"genesis","created_at":"2023-09-15T12:27:35.000000Z","updated_at":"2023-09-15T12:27:35.000000Z"},{"id":63,"name":"giocattolo","created_at":"2023-09-15T12:27:35.000000Z","updated_at":"2023-09-15T12:27:35.000000Z"},{"id":64,"name":"gjm","created_at":"2023-09-15T12:27:35.000000Z","updated_at":"2023-09-15T12:27:35.000000Z"},{"id":65,"name":"goggomobil","created_at":"2023-09-15T12:27:36.000000Z","updated_at":"2023-09-15T12:27:36.000000Z"},{"id":66,"name":"great-wall","created_at":"2023-09-15T12:27:36.000000Z","updated_at":"2023-09-15T12:27:36.000000Z"},{"id":67,"name":"gwm","created_at":"2023-09-15T12:27:36.000000Z","updated_at":"2023-09-15T12:27:36.000000Z"},{"id":68,"name":"haval","created_at":"2023-09-15T12:27:37.000000Z","updated_at":"2023-09-15T12:27:37.000000Z"},{"id":69,"name":"hillman","created_at":"2023-09-15T12:27:37.000000Z","updated_at":"2023-09-15T12:27:37.000000Z"},{"id":70,"name":"hino","created_at":"2023-09-15T12:27:37.000000Z","updated_at":"2023-09-15T12:27:37.000000Z"},{"id":71,"name":"hsv","created_at":"2023-09-15T12:27:38.000000Z","updated_at":"2023-09-15T12:27:38.000000Z"},{"id":72,"name":"humber","created_at":"2023-09-15T12:27:39.000000Z","updated_at":"2023-09-15T12:27:39.000000Z"},{"id":73,"name":"hummer","created_at":"2023-09-15T12:27:39.000000Z","updated_at":"2023-09-15T12:27:39.000000Z"},{"id":74,"name":"hyundai-trucks","created_at":"2023-09-15T12:27:40.000000Z","updated_at":"2023-09-15T12:27:40.000000Z"},{"id":75,"name":"ineos","created_at":"2023-09-15T12:27:40.000000Z","updated_at":"2023-09-15T12:27:40.000000Z"},{"id":76,"name":"infiniti","created_at":"2023-09-15T12:27:41.000000Z","updated_at":"2023-09-15T12:27:41.000000Z"},{"id":77,"name":"international","created_at":"2023-09-15T12:27:41.000000Z","updated_at":"2023-09-15T12:27:41.000000Z"},{"id":78,"name":"iso","created_at":"2023-09-15T12:27:41.000000Z","updated_at":"2023-09-15T12:27:41.000000Z"},{"id":79,"name":"iveco","created_at":"2023-09-15T12:27:42.000000Z","updated_at":"2023-09-15T12:27:42.000000Z"},{"id":80,"name":"jaguar","created_at":"2023-09-15T12:27:42.000000Z","updated_at":"2023-09-15T12:27:42.000000Z"},{"id":81,"name":"jensen","created_at":"2023-09-15T12:27:43.000000Z","updated_at":"2023-09-15T12:27:43.000000Z"},{"id":82,"name":"jmc","created_at":"2023-09-15T12:27:43.000000Z","updated_at":"2023-09-15T12:27:43.000000Z"},{"id":83,"name":"joylong","created_at":"2023-09-15T12:27:43.000000Z","updated_at":"2023-09-15T12:27:43.000000Z"},{"id":84,"name":"lada","created_at":"2023-09-15T12:27:43.000000Z","updated_at":"2023-09-15T12:27:43.000000Z"},{"id":85,"name":"lamborghini","created_at":"2023-09-15T12:27:44.000000Z","updated_at":"2023-09-15T12:27:44.000000Z"},{"id":86,"name":"lancia","created_at":"2023-09-15T12:27:44.000000Z","updated_at":"2023-09-15T12:27:44.000000Z"},{"id":87,"name":"ldv","created_at":"2023-09-15T12:27:45.000000Z","updated_at":"2023-09-15T12:27:45.000000Z"},{"id":88,"name":"lexus","created_at":"2023-09-15T12:27:45.000000Z","updated_at":"2023-09-15T12:27:45.000000Z"},{"id":89,"name":"leyland","created_at":"2023...
                                                                                                                                                                                                                    
                                                                                                    

Get Makers - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5210/get+makers' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Este punto final te permitirá recuperar todos los modelos relacionados con un cierto fabricante. 



                                                                            
GET https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5211/get+models
                                                                            
                                                                        

Obtener modelos. - Características del Endpoint

Objeto Descripción
maker [Requerido] Maker's name. Retrieved on the "Get Makers" endpoint.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":true,"code":200,"data":[{"id":26,"make_id":2,"model":"5+5","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":27,"make_id":2,"model":"5E","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":28,"make_id":2,"model":"A1","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":29,"make_id":2,"model":"A3","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":30,"make_id":2,"model":"A4","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":31,"make_id":2,"model":"A5","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":32,"make_id":2,"model":"A6","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":33,"make_id":2,"model":"A7","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":34,"make_id":2,"model":"A8","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":35,"make_id":2,"model":"Allroad Quattro","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":36,"make_id":2,"model":"Cabriolet","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":37,"make_id":2,"model":"E-Tron","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":38,"make_id":2,"model":"Fox","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":39,"make_id":2,"model":"Q2","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":40,"make_id":2,"model":"Q3","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":41,"make_id":2,"model":"Q5","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":42,"make_id":2,"model":"Q7","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":43,"make_id":2,"model":"Q8","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":44,"make_id":2,"model":"R8","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":45,"make_id":2,"model":"RS Q3","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":46,"make_id":2,"model":"RS Q8","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":47,"make_id":2,"model":"RS3","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":48,"make_id":2,"model":"RS4","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":49,"make_id":2,"model":"RS5","created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":50,"make_id":2,"model":"RS6","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":51,"make_id":2,"model":"RS7","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":52,"make_id":2,"model":"S1","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":53,"make_id":2,"model":"S2","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":54,"make_id":2,"model":"S3","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":55,"make_id":2,"model":"S4","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":56,"make_id":2,"model":"S5","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":57,"make_id":2,"model":"S6","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":58,"make_id":2,"model":"S7","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":59,"make_id":2,"model":"S8","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":60,"make_id":2,"model":"SQ2","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":61,"make_id":2,"model":"SQ5","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":62,"make_id":2,"model":"SQ7","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":63,"make_id":2,"model":"SQ8","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":64,"make_id":2,"model":"TT","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":65,"make_id":2,"model":"V8 Quattro","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":66,"make_id":2,"model":"80","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":67,"make_id":2,"model":"90","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":68,"make_id":2,"model":"100","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":69,"make_id":2,"model":"200","created_at":"2023-09-15T12:26:52.000000Z","updated_at":"2023-09-15T12:26:52.000000Z"},{"id":1633,"make_id":2,"model":"5+5","created_at":"2023-09-29T17:35:18.000000Z","updated_at":"2023-09-29T17:35:18.000000Z"},{"id":1636,"make_id":2,"model":"5E","created_at":"2023-09-29T17:35:18.000000Z","updated_at":"2023-09-29T17:35:18.000000Z"},{"id":1639,"make_id":2,"model":"A1","created_at":"2023-09-29T17:35:18.000000Z","updated_at":"2023-09-29T17:35:18.000000Z"},{"id":1642,"make_id":2,"model":"A3","created_at":"2023-09-29T17:35:18.000000Z","updated_at":"2023-09-29T17:35:18.000000Z"},{"id":1645,"make_id":2,"model":"A4","created_at":"2023-09-29T17:35:18.000000Z","updated_at":"2023-09-29T17:35:18.000000Z"},{"id":1648,"make_id":2,"model":"A5","created_at":"2023-09-29T17:35:18.000000Z","updated_at":"2023-09-29T17:35:18.000000Z"},{"id":1651,"make_id":2,"model":"A6","created_at":"2023-09-29T17:35:18.000000Z","updated_at":"2023-09-29T17:35:18.000000Z"},{"id":1654,"make_id":2,"model":"A7","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1657,"make_id":2,"model":"A8","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1660,"make_id":2,"model":"Allroad Quattro","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1663,"make_id":2,"model":"Cabriolet","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1666,"make_id":2,"model":"E-Tron","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1669,"make_id":2,"model":"Fox","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1672,"make_id":2,"model":"Q2","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1675,"make_id":2,"model":"Q3","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1678,"make_id":2,"model":"Q5","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1681,"make_id":2,"model":"Q7","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1684,"make_id":2,"model":"Q8","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1687,"make_id":2,"model":"R8","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1690,"make_id":2,"model":"RS Q3","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1693,"make_id":2,"model":"RS Q8","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1696,"make_id":2,"model":"RS3","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1699,"make_id":2,"model":"RS4","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1702,"make_id":2,"model":"RS5","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1705,"make_id":2,"model":"RS6","created_at":"2023-09-29T17:35:19.000000Z","updated_at":"2023-09-29T17:35:19.000000Z"},{"id":1708,"make_id":2,"model":"RS7","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1711,"make_id":2,"model":"S1","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1714,"make_id":2,"model":"S2","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1717,"make_id":2,"model":"S3","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1720,"make_id":2,"model":"S4","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1723,"make_id":2,"model":"S5","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1726,"make_id":2,"model":"S6","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1729,"make_id":2,"model":"S7","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1732,"make_id":2,"model":"S8","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1735,"make_id":2,"model":"SQ2","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1738,"make_id":2,"model":"SQ5","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},{"id":1741,"make_id":2,"model":"SQ7","created_at":"2023-09-29T17:35:20.000000Z","updated_at":"2023-09-29T17:35:20.000000Z"},...
                                                                                                                                                                                                                    
                                                                                                    

Get Models - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5211/get+models?maker=audi' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Este punto final te permitirá recuperar todos los años posibles para un cierto modelo. 



                                                                            
GET https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5212/get+years
                                                                            
                                                                        

Obtener Años. - Características del Endpoint

Objeto Descripción
model [Requerido] Model. Retrieved on the "Get Models" endpoint.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":true,"code":200,"data":[{"id":261,"model_id":29,"year":2024,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":262,"model_id":29,"year":2023,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":263,"model_id":29,"year":2022,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":264,"model_id":29,"year":2021,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":265,"model_id":29,"year":2020,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":266,"model_id":29,"year":2019,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":267,"model_id":29,"year":2018,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":268,"model_id":29,"year":2017,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":269,"model_id":29,"year":2016,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":270,"model_id":29,"year":2015,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":271,"model_id":29,"year":2014,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":272,"model_id":29,"year":2013,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":273,"model_id":29,"year":2012,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":274,"model_id":29,"year":2011,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":275,"model_id":29,"year":2010,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":276,"model_id":29,"year":2009,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":277,"model_id":29,"year":2008,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":278,"model_id":29,"year":2007,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":279,"model_id":29,"year":2006,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":280,"model_id":29,"year":2005,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":281,"model_id":29,"year":2004,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":282,"model_id":29,"year":2003,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":283,"model_id":29,"year":2002,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":284,"model_id":29,"year":2001,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":285,"model_id":29,"year":2000,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":286,"model_id":29,"year":1999,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":287,"model_id":29,"year":1998,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"},{"id":288,"model_id":29,"year":1997,"created_at":"2023-09-15T12:26:51.000000Z","updated_at":"2023-09-15T12:26:51.000000Z"}],"message":"Data fetched successfully"}
                                                                                                                                                                                                                    
                                                                                                    

Get Years - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5212/get+years?model=A3' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Este endpoint te permitirá recuperar el valor de mercado promedio de un determinado automóvil. Pasa la marca, modelo y año que deseas consultar y recibirás información relevante. 



                                                                            
GET https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5213/get+vehicle+value
                                                                            
                                                                        

Obtener el valor del vehículo. - Características del Endpoint

Objeto Descripción
maker [Requerido] Vehicle Maker. Retrieved on the "Get Makers" endpoint.
model [Requerido] Vehicle Model. Retrieved on the "Get Models" endpoint.
year [Requerido] Vehicle Year. Retrieved on the "Get Years" endpoint.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":true,"code":200,"maker":"audi","model":"a3","body_type":[{"type":"Convertible","modals":{"name":"2020 audi a3","specs":[{"name":"2020 Audi A3 Specs Price 35 Tfsi (1.4 Tfsi)","description":"1.4L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$44,220 - $51,480"},{"name":"35 Tfsi Quattro S Line Plus","description":"1.4L, 7 SPEED AUTO S-TRONIC","price_range":"$46,640 - $54,230"},{"name":"35 Tfsi S Line Plus","description":"1.4L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$41,910 - $49,280"},{"name":"40 Tfsi QTR (2.0 QTR Tfsi)","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$53,460 - $61,490"},{"name":"40 Tfsi Quattro S Line Plus","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$55,770 - $64,130"},{"name":"40 Tfsi S Line Plus","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$52,580 - $60,390"},{"name":"40 Tfsi Sportback (2.0 Tfsi)","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$50,270 - $57,750"}]}},{"type":"Hatchback","modals":{"name":"2020 audi a3","specs":[{"name":"2020 Audi A3 Specs Price 30 Tfsi Sportback (1.0 Tfsi)","description":"1.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$31,460 - $37,840"},{"name":"35 Tfsi Sprtbck (1.4 Tfsi Cod)","description":"1.4L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$35,420 - $42,130"},{"name":"40 Tfsi QTR SB (2.0 QTR Tfsi)","description":"2.0L, 7 SPEED AUTO S-TRONIC","price_range":"$44,880 - $52,140"},{"name":"40 Tfsi Sportback (2.0 Tfsi)","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$41,140 - $48,400"}]}},{"type":"Other","modals":{"name":"2020 audi a3","specs":[{"name":"2020 Audi A3 Specs Price 30 Tfsi (1.0 Tfsi)","description":"1.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$28,600 - $34,430"},{"name":"35 Tfsi (1.4 Tfsi Cod)","description":"1.4L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$29,150 - $35,090"},{"name":"35 Tfsi S Line Plus","description":"1.4L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$38,060 - $44,770"},{"name":"40 Tfsi Quattro S Line Plus","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$46,970 - $54,670"},{"name":"40 Tfsi S Line Plus","description":"2.0L, Premium Unleaded\/Electric, 7 SPEED AUTO S-TRONIC","price_range":"$39,490 - $46,420"},{"name":"40 Tfsi S Line Plus","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$43,780 - $50,930"}]}},{"type":"Sedan","modals":{"name":"2020 audi a3","specs":[{"name":"2020 Audi A3 Specs Price 35 Tfsi (1.4 Tfsi)","description":"1.4L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$36,740 - $43,780"},{"name":"35 Tfsi S Line Plus","description":"1.4L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$39,490 - $46,420"},{"name":"40 Tfsi (2.0 Tfsi)","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$43,010 - $50,050"},{"name":"40 Tfsi QTR (2.0 QTR Tfsi)","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$46,310 - $53,790"},{"name":"40 Tfsi Quattro S Line Plus","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$48,950 - $56,320"},{"name":"40 Tfsi S Line Plus","description":"2.0L, Premium Unleaded Petrol, 7 SPEED AUTO S-TRONIC","price_range":"$45,210 - $52,580"}]}}],"message":"Data fetched successfully"}
                                                                                                                                                                                                                    
                                                                                                    

Get Vehicle Value - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/4269/vehicle+cost+calculation+api/5213/get+vehicle+value?maker=audi&model=a3&year=2020' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Cálculo de Costos de Vehículo API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10,000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

Cálculo de Costos de Vehículo API FAQs

Nuestra API utiliza algoritmos sofisticados que consideran diversos factores como la marca, el modelo, el año, el kilometraje, la condición y las tendencias del mercado. Combina datos de fuentes confiables para generar estimaciones precisas del valor de los automóviles adaptadas a vehículos individuales.

Nuestra API admite una amplia gama de tipos de vehículos, incluidos automóviles, camiones, SUV, furgonetas y motocicletas. Ya sea un sedán compacto o una camioneta de trabajo pesado, nuestra API puede proporcionar valoraciones precisas para varios segmentos del mercado automotriz.

Sí, nuestra API ofrece flexibilidad en la personalización. Los usuarios pueden ajustar los parámetros de valoración para satisfacer sus necesidades y preferencias específicas. Esto incluye opciones para priorizar ciertos factores, aplicar ajustes para condiciones únicas y adaptar los modelos de valoración para alinearlos con las estrategias comerciales individuales.

Nos esforzamos por garantizar que nuestros datos se mantengan actualizados y relevantes. La API se actualiza regularmente con la información más reciente del mercado, incluidos los cambios en las tendencias de precios, las especificaciones de los vehículos y los estándares de la industria. Esto asegura que los usuarios tengan acceso a datos de valoración actuales y precisos.

Absolutamente. Nuestra API está diseñada para una integración fluida con una variedad de sistemas y aplicaciones. Ya sea que seas un concesionario incorporando herramientas de valorización en tu plataforma de ventas, una aseguradora integrando datos de valorización en sistemas de procesamiento de reclamaciones, o un sitio web orientado al consumidor que proporciona información sobre vehículos, nuestra API ofrece compatibilidad y soporte integral.

Cada endpoint devuelve datos JSON adaptados a consultas específicas relacionadas con vehículos. Por ejemplo, el endpoint "Obtener datos de precio del vehículo por VIN" proporciona detalles sobre los precios de los vehículos, mientras que el endpoint "Obtener fabricantes" enumera los fabricantes de vehículos compatibles.

Los campos clave varían según el punto final. Para "Obtener datos de precios de vehículos por VIN", los campos importantes incluyen "vin", "promedio", "precios" y "ajustes". El punto final "Obtener fabricantes" devuelve "id" y "nombre" para cada fabricante.

Los parámetros varían según el punto final. Para "Obtener datos del precio del vehículo por VIN", debe proporcionar un VIN y puede incluir opcionalmente "kilometraje". El punto final "Obtener modelos" requiere un ID de fabricante para recuperar modelos relacionados.

Los datos de respuesta están estructurados en un formato JSON con un campo de "estado," "código" y "datos." El campo "datos" contiene información relevante, como detalles del vehículo o listas de fabricantes, organizados en arreglos u objetos.

Cada punto final proporciona información específica: "Obtener datos de precios del vehículo por VIN" ofrece estimaciones de precios, "Obtener fabricantes" lista fabricantes, "Obtener modelos" recupera modelos por fabricante, y "Obtener años" muestra los años disponibles para un modelo.

Los usuarios pueden aprovechar los datos devueltos para diversas aplicaciones, como presupuestar para la compra de vehículos, evaluar los costos de la flota o determinar las primas de seguro. Por ejemplo, el precio promedio de "Obtener Valor del Vehículo" puede informar las decisiones de compra.

La API agrega datos de múltiples fuentes automotrices confiables, incluidas tendencias de mercado, precios históricos y especificaciones del vehículo, asegurando una cobertura integral y precisión en las valoraciones de vehículos.

Si un endpoint devuelve resultados parciales o vacíos, los usuarios deben verificar la precisión de los parámetros de entrada. Por ejemplo, si "Obtener Valor del Vehículo" no devuelve datos, verifique el fabricante, modelo y año para comprobar su corrección o intente diferentes combinaciones.

General FAQs

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, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.

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 3,600, it means 3,600 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 give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.

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 free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.

Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.


APIs Relacionadas


También te puede interesar