La API de Google Maps ofrece una forma confiable de extraer datos de ubicación en tiempo real directamente del ecosistema de Google. En lugar de centrarse en la integración gráfica de mapas, esta API está diseñada para desarrolladores que necesitan acceder y trabajar con datos geográficos en vivo de Google Maps. Permite que las aplicaciones se comuniquen con la infraestructura de Google para reunir datos de ubicación precisos y estructurados. Con un enfoque claro en el acceso a los datos en lugar de la representación visual del mapa, esta API sirve como una potente solución de backend para servicios que dependen de la inteligencia geográfica.
Capacidades principales de la API
Esta API proporciona acceso simplificado a datos de ubicación ricos y actualizados sin requerir renderización de mapas o integración en el frontend. Los desarrolladores pueden consultar Google Maps para buscar lugares a nivel mundial, recuperar perfiles detallados de ubicaciones específicas y acceder a reseñas de usuarios o contenido multimedia vinculado a esos lugares. La funcionalidad de geocodificación permite una conversión fluida entre direcciones y coordenadas, apoyando la logística, la planificación y las funciones de búsqueda. La API también habilita la detección de lugares cercanos y la categorización de áreas circundantes según parámetros definidos por el usuario. Su capacidad para entregar salidas limpias y estructuradas lo convierte en una opción ideal para proyectos que dependen de datos de ubicación sin necesidad de visuales de mapas. Con un enfoque claro en la velocidad, estabilidad y precisión, la API de Google Maps se adapta perfectamente a aplicaciones impulsadas por datos. Un nivel de uso gratuito permite la experimentación en etapas tempranas, brindando a los desarrolladores la flexibilidad de escalar según sea necesario.
Devuelve detalles de negocios locales utilizando la API de Google Maps Places. Acepta entradas como el nombre del negocio, dirección o coordenadas y devuelve información que incluye nombre, dirección, teléfono, calificación, horas, fotos y más.
Buscar - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] |
limit |
Opcional |
country |
Opcional |
lang |
Opcional |
lat |
Opcional Latitude for the search point. |
lng |
Opcional Longtitude for the search point. |
offset |
Opcional |
{"status":"ok","data":[{"business_id":"0x549e1861cc173363:0x7a8c57f241ddfc65","phone_number":"+15099956500","name":"Roast House Coffee","full_address":"Roast House Coffee, 423 E Cleveland Ave, Spokane, WA 99207","full_address_array":["423 E Cleveland Ave","Spokane, WA 99207"],"latitude":47.684622999999995,"longitude":-117.40377,"review_count":263,"rating":4.9,"timezone":"America\/Los_Angeles","website":"http:\/\/www.roasthousecoffee.com\/","place_id":"ChIJYzMXzGEYnlQRZfzdQfJXjHo","place_link":"https:\/\/www.google.com\/maps\/place\/data=!3m1!4b1!4m2!3m1!1s0x549e1861cc173363:0x7a8c57f241ddfc65","types":["Coffee shop","Coffee roasters","Coffee store","Coffee wholesaler"],"price_level":"$$","working_hours":{"Wednesday":["7\u202fAM\u20134\u202fPM"],"Thursday":["7\u202fAM\u20134\u202fPM"],"Friday":["7\u202fAM\u20134\u202fPM"],"Saturday":["10\u202fAM\u20132\u202fPM"],"Sunday":["Closed"],"Monday":["7\u202fAM\u20134\u202fPM"],"Tuesday":["7\u202fAM\u20134\u202fPM"]},"city":"Spokane, WA","is_claimed":true,"verified":true,"photos":[{"src":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4nrW1nbvLJpbZl8Q-cGNOr_GDb_250eE50sOsUbCCjxVfVMGd2APxWuVtq5NJ2hSrMK7mMKYAzZPiLcC3g0ViV3PFx1jnEMkqQeZsid17ulb686R_7S2Jm8uglm0_svjEvjxPNEXVg=w203-h152-k-no","max_size":[4000,3000],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipP_LscDWvbHkGNf1fuXk6-LQOH-EILVV2d1lGjj=w203-h135-k-no","max_size":[6240,4160],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipNLchTYDXdzd7dwTDLyyocX-BQJizYMaq3A7MO_=w203-h253-k-no","max_size":[4000,5000],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipODQyrVFSsbF8ppQvJuXkfM1cKi67a-Ir6WRB6_=w203-h253-k-no","max_size":[4000,5000],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipMBYRD7YacIue3Rvlm2A9jIBQpmqNeTrWZYF0HX=w203-h304-k-no","max_size":[4160,6240],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipMcRLAOi0FS8bnUhmUheQmlqhQS8tQkD1os_tia=w203-h304-k-no","max_size":[4160,6240],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipP-_ZKBJkBVH3jV67OlLxVMfh4DlPZsZuE35Kl0=w203-h304-k-no","max_size":[4160,6240],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipN01bfPSpp4jj8n8s2IezQGKPZD_T9eHtIw9MFT=w203-h135-k-no","max_size":[6240,4160],"min_size":[203,100]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipOpFvqGmTVzdIVZLflTfzVmmuffULoPiKd8ftuz=w203-h304-k-no","max_size":[2667,4000],"min_size":[203,100]}],"state":"Closed \u22c5 Opens 7\u202fAM","description":[]}]}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19301/buscar?query=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Encuentra negocios cercanos utilizando Google Maps según la ubicación y el radio, devolviendo detalles como nombre, calificación, horarios e información de contacto.
Buscar cerca. - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] |
country |
Opcional |
lang |
Opcional |
{"data":[{"business_id":"0x4877d57062413793:0x3488cb0411eb6c0d","phone_number":"+447803011246","name":"Birch Coffee Shop","full_address":"Birch Coffee Shop, The Corn Exchange, 8-10 Market Hill, Royston SG8 9JR, United Kingdom","latitude":52.0463835,"longitude":-0.021634,"review_count":51,"rating":4.6,"timezone":"Europe\/London","website":"birchcafe.co.uk","place_id":"ChIJkzdBYnDVd0gRDWzrEQTLiDQ","place_link":"https:\/\/www.google.com\/maps\/place\/data=!3m1!4b1!4m2!3m1!1s0x4877d57062413793:0x3488cb0411eb6c0d","types":["Cafe"],"price_level":null,"working_hours":{"Wednesday":["9\u202fAM\u20134\u202fPM"],"Thursday":["9\u202fAM\u20134\u202fPM"],"Friday":["9\u202fAM\u20134\u202fPM"],"Saturday":["9\u202fAM\u20134\u202fPM"],"Sunday":["10\u202fAM\u20132\u202fPM"],"Monday":["9\u202fAM\u20134\u202fPM"],"Tuesday":["9\u202fAM\u20134\u202fPM"]},"city":"Royston, United Kingdom","photos":[{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipPKtbMhJPOr_aT5FB5MREYXiICuQOojlthP5hlU=w86-h152-k-no","max_size":[900,1600],"min_size":[86,86]},{"src":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipPKtbMhJPOr_aT5FB5MREYXiICuQOojlthP5hlU=w408-h725-k-no","max_size":[900,1600],"min_size":[408,240]}],"state":"Open \u22c5 Closes 4\u202fPM","description":[]}]}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19302/buscar+cerca.?query=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Recupera información detallada de negocios de Google Maps utilizando un ID de lugar, incluyendo nombre, dirección, calificación, horarios e información de contacto.
Información del lugar - Características del Endpoint
Objeto | Descripción |
---|---|
business_id |
[Requerido] |
country |
Opcional |
lang |
Opcional |
place_id |
Opcional Google Place ID, has higher priority than business id and overwrites it. |
{"data":[{"business_id":"0x47f4eaf09c2bf893:0x903d00d81f0eb813","phone_number":null,"name":"Belle Porte Lyon","full_address":"Belle Porte Lyon, 22 Rue Godefroy, 69006 Lyon","full_address_array":["22 Rue Godefroy","69006 Lyon"],"latitude":45.769872299999996,"longitude":4.841713299999999,"review_count":1,"rating":3,"timezone":"Europe/Paris","website":null,"website_full":"","place_id":"ChIJk_grnPDq9EcRE7gOH9gAPZA","place_link":"https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x47f4eaf09c2bf893:0x903d00d81f0eb813","types":["Corporate office"],"price_level":null,"working_hours":[],"city":"Lyon","plus_code":"8FQ6QR9R+WM","cid":"10393464443274967059","is_claimed":false,"state":null,"details":[],"photos":[],"description":[]}]}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19303/informaci%c3%b3n+del+lugar?business_id=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Convierte una dirección física en coordenadas geográficas (latitud y longitud) utilizando la Geocodificación de Google Maps.
Geocodificación - Características del Endpoint
Objeto | Descripción |
---|---|
query |
[Requerido] |
lang |
Opcional |
country |
Opcional |
{"data":{"address":"Pl. de la Navigation, 1110 Morges, Switzerland","lat":46.5062704,"lng":6.497078699999999,"timezone":"Europe/Zurich"}}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19304/geocodificaci%c3%b3n?query=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Recupera las reseñas de usuarios para un negocio específico utilizando su ID de Lugar de Google Maps.
Reseñas de lugares. - Características del Endpoint
Objeto | Descripción |
---|---|
business_id |
[Requerido] |
country |
Opcional |
lang |
Opcional |
cursor |
Opcional The cursor value from the latest review you've got from previous response. Example: CAESBkVnSUlDdw== |
sort |
Opcional Possible Values: Top, Newest, Lowest, Highest |
place_id |
Opcional |
{"data":{"business_id":"0x47f4ea8ed352d3c5:0x7bb3bc00dfc039a9","phone_number":"+33437242526","name":"Brasserie L'Est - Bocuse","full_address":"Brasserie L'Est - Bocuse, 14 Pl. Jules Ferry, 69006 Lyon, France","latitude":45.767732599999995,"longitude":4.8597502,"review_count":4374,"rating":4.1,"timezone":"Europe\/Paris","website":"fr.custplace.com","website_full":"https:\/\/fr.custplace.com\/brasserie-lest-bocuse-119551&opi=79508299&sa=U&sqi=2&ved=0ahUKEwjfkpHLn86PAxVhFFkFHfcqBtYQ61gIFSgQ&usg=AOvVaw09j_ZcqieWdULDTD28NICn","place_id":"ChIJxdNS047q9EcRqTnA3wC8s3s","place_link":"https:\/\/www.google.com\/maps\/place\/data=!3m1!4b1!4m2!3m1!1s0x47f4ea8ed352d3c5:0x7bb3bc00dfc039a9","types":["Restaurant"],"price_level":"$$","working_hours":{"Wednesday":["12\u20132\u202fPM","7\u201310\u202fPM"],"Thursday":["12\u20132\u202fPM","7\u201310\u202fPM"],"Friday":["12\u20132\u202fPM","7\u201311\u202fPM"],"Saturday":["12\u20132:30\u202fPM","7\u201311\u202fPM"],"Sunday":["12\u20133\u202fPM","7\u201310\u202fPM"],"Monday":["12\u20132\u202fPM","7\u201310\u202fPM"],"Tuesday":["12\u20132\u202fPM","7\u201310\u202fPM"]},"state":"Closed \u22c5 Opens 7\u202fPM","photos":[{"url":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipNtXatlY9vqHu0sW5BTrWjDjquGTJYnNR3ODPuq=w224-h335-k-no","description":"All"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4noUULXUiynQNBF50RH-WOr0VFMMqXPNt-3VIH0vIMB69A-Ps_RKiOW_mu8-JVefxM3bAHER8QtJOENVRh-edASN_9cUUdxxnHKcdI1wKZBQttzEm14lk_WDDeTrYmdMbbQsRWYmVz6A0CfU=w397-h298-k-no","description":"Latest"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4npsCRDvZNhxeIbl4WkD58LEBfD3sYhaccvqZYLQ5mV7EBb3ne0mmAiNnvwOqFGbyXpMFzF9-nkU3mTEQe4GtQ6MAXAt5FSdTL7Um_WD1BziwXXbpue1JxiD8LNwUCTXoYP591Xk=w224-h398-k-no","description":"Videos"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4nqEZYVPWqS1uYXIgHWicFjVyi8oqBNw0Obw65bV0MExGhx7mwz3xwi01vE2auUfxQjjjQ6L_BC8ztpN0bCedi4XuztxfyO7gBNSMmeDFQoCyponSFxdz_tHyr2txAWSmQSibLz9jg=w466-h298-k-no","description":"Menu"},{"url":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipPzW5KtK8SN8QdfIPE9hC0jkNgKrmyEfExYjRP0=w224-h335-k-no","description":"Food & drink"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4nomaYCaOtD9I02-wZi3E9M3CaZl3kxA9HFbirZjweokpl6K8SiZneZgNT5vqmkw-2kOuw9i6RBNORrGAaswNO-LSG0czYbwMAy_C1TCi5_HsDaO7h1B706jLtkLNNbARD9sPfA=w529-h298-k-no","description":"Vibe"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4noH2fYufbJGNZ4szrb4fX9y4xqUffUjtv_nbLifbFWm_J3BfB-kE-Mia_uBJuBHn7eRCmfGZH7beZkwrsmtLAoQSvoKF0qWaorQ3LqCo6URzsuzWlqxPs4ATN5DDyL9SN4gic7_Kw=w397-h298-k-no","description":"Terrine"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4npcG0Lx822_08We4kHI28EecvoCg0tlJXXJYGb7BDSr64HEPN_BjtkFemPHSNcqgNp-GcCZVyj-xJyUr1bMKVlWFBx15yejP4sX6HiHwz6u97_s2lOKAOGW7LXnRph5iq2gc-HB4A=w224-h298-k-no","description":"Escargot"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4nreFBRTA1jsG_uo6Ab5DDEkynQFQcuxTp6uhOuJ95INrEU0lEikvgV5C9wEdHMCpDPbOzg-e2XZeI7baG19-XH87M1lj6PI7q9fB1Y0Yx-O4mGGgIbDdoygiXvA0YR96nvYgIEJ=w224-h497-k-no","description":"Custard"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4nrlw7kcILUh3mQ2QUxOzpIsJAZaFrWBjNIzaNOXj3KVfE5CbZ89IHzhhgRxJNdAPoCCvvoxlR5bINkTP1bFt_dAHTT_GpA6RVAYmH3b6GYw3CE9deQ09-uvoqiuqF7QTTOCLUQO=w224-h398-k-no","description":"Fruit"},{"url":"https:\/\/lh3.googleusercontent.com\/p\/AF1QipPj4HuXzqUIMa5r4UkZSvcjb-lcBvhqbHW9kL6Q=w447-h298-k-no","description":"By owner"},{"url":"https:\/\/lh3.googleusercontent.com\/gps-cs-s\/AC9h4nqfEqXv53DX9CZzFTRdfArXvGmSKleN016WKynQY1tRx4iGHeJcHCeeN-yZPk_1fsXOs1smiO9pwEc26NfwmaoU4u1JO9yTfxJU0198Gvm5knNgDJFCNIPHK3TLo7MwmVE1Z6Y=w224-h298-k-no-pi-0-ya185.15938-ro0-fo100","description":"Street View & 360\u00b0"}],"description":[],"reviews":[{"user_name":"Patisher","user_total_reviews":136,"user_total_photos":529,"user_avatar":"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWjInfiDkHdqRhz2v2tHOQXyHMZkw4NXT2GK7FTBYocmQ3eFM59=s120-c-rp-mo-ba5-br100","user_link":"https:\/\/www.google.com\/maps\/contrib\/100868754996014698744?hl=en","iso_date":"2025-08-05 08:22:04","iso_date_timestamp":1754382123981690,"iso_date_of_last_edit":"2025-08-05 08:22:04","iso_date_of_last_edit_timestamp":1754382123981690,"review_id":"Ci9DQUlRQUNvZENodHljRjlvT25KUlJEbEVMVXQ1T1Zka2RsVnVkRVU1V1hGWGQwRRAB","review_time":"a month ago","review_timestamp":1754382123981690,"review_link":"https:\/\/www.google.com\/maps\/reviews\/data=!4m8!14m7!1m6!2m5!1sCi9DQUlRQUNvZENodHljRjlvT25KUlJEbEVMVXQ1T1Zka2RsVnVkRVU1V1hGWGQwRRAB!2m1!1s0x0:0x7bb3bc00dfc039a9!3m1!1s2@1:CAIQACodChtycF9oOnJRRDlELUt5OVdkdlVudEU5WXFXd0E%7C%7C?hl=en","review_text":"We came to visit this Bocuse restaurant as we have good memories of l\u2019Ouest and wanted to try a new one. The ambience is very nice, outside big terrace and inside nicely decorated. We chose different dishes to taste and some were very nice like the saumon mariniere and the octopus carpaccio. The dishes we expected more of were the vitello tonnato and the dorade\u2026\nThe service was good but sometimes we felt we had to look for the waitress as she did not have time for our area\u2026 while it wasnt at all busy in the restaurant.","review_photos":["https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90BZ6uZTydKGdFect7akTOu6krMiUeX3Q0vXMUEkMAYgcfKCMUyDM7E7BVcUZsaNbaTmUaBCEAvHJdphR-Ihe-ZWhX-HTT5O6LS8ryDYrpmmfNuBzDOqbxX8KEOPnDGq6YrD9aeX3iKQI3io","https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90B-oj33zeOpwxVtjmQzWc2itxArwzZU2GkLk6CA7vjR80LhzHTttl2me6pPXlsIMAU4Of3-lEeBl_AmUifvmFmscgwZbvCWRti3Py8EI81byxMsLbgMG5bDYQuetNHzp9dnYXQl7uU8kmgs","https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90B6sTNTUCPi7OpjgUHmnxOHOupd5M6j3YYjF5gT7QDeM9qPss2_tdV-MZVMefr5gQIx6nYn8NNXbzb1m71GE7wRJx_4M4qiYxaVydJNvGH3vDYrJyEhDZgis3E5PJ2k-jtSIJ_wG3JNW8dm","https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90BZnj4rnIBk0qbO2bowX1SypRP96rXWnmiyKVFcmLuRfLLLo8KSVkgk65Ms_bTC4T35thyRlFhUZDqL6xCcgqn1VaWcHJi4HFSiXwSB3pkBFG9fM52ba0eOZjU3Q_gIHbSGWhV6G0fk0oPc","https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90DSc5A4qb6ETYdvwY94AfvpeCdgOTSS-A84DAYNAABK4vwzNCDGIL2mmis-xBi7A8cvU9ytHl3RpM7-WjSQJF8tcdNO1XYq4XCN65uhHhGQZJalM9dfiW7HOsKC6-oY8bqgP3mX382fE2QK","https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90Akdcki0xROjjePQ3qK26sxUf1wySq4YcckXeL9GQK1aUUA9kRnSItIAZH6l73c8n3PZqbCXJnB5NQ66IEqeLVknX2oizsv0GGAGs9z3oB1IrnmNHOhlkXNI38N3zGFqB50kH5itiZT2TOj","https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90AbxxUpgbIuZxIeytPgsz0XUIEOPhaK8yIK4Kv_ZACdsPcJQkTu_zFA3BExoFRkxrmcIWgKKfp17FVy_NVLaI0dMH1mF-dO11aytOKanmppwzM_MFLxZwb2H8cUZc1UxjofUQPKxRUtj5w","https:\/\/lh3.googleusercontent.com\/geougc-cs\/AB3l90DntbD_n2HTkEPVMXC-AtGL9CKgiOudq45MvYC5fp8tbQeEACMNmNQqy689rwYVWOYZ29vQs-krnal2azd6vUpCcFhS0wynGxndHBAFeNMoNCrr7bWZurEXw7aLOAW_5S8HuZJu9mcvEfkc"],"business_response_text":"Tellement d\u00e9\u00e7u du service pas \u00e0 la hauteur de la brasserie. -erreur\nde boisson -30 min d\u2019attente pour des frites -30 min d\u2019attente\npour les sauces( ketchups mayo) les frites \u00e9taient d\u00e9j\u00e0 finis La\nbrioche fa\u00e7on pain perdu d\u00e9sol\u00e9 mais pas bonne du tout!\nL\u2019assiette de burrata en suggestion \u00e0 partager ne suffit m\u00eame pas\npour une personne ( m\u00eame pas une tomate enti\u00e8re dans l\u2019assiette).\nPersonnel pas accueillant!\n","review_services":{"Meal type":"Dinner","Price per person":"\u20ac60\u201370","Food":4,"Service":3,"Atmosphere":4,"Noise level":"Moderate noise","Wait time":"No wait"},"owner_answer":{"date":"a month ago","text":{"fr":"Tellement d\u00e9\u00e7u du service pas \u00e0 la hauteur de la brasserie. -erreur\nde boisson -30 min d\u2019attente pour des frites -30 min d\u2019attente\npour les sauces( ketchups mayo) les frites \u00e9taient d\u00e9j\u00e0 finis La\nbrioche fa\u00e7on pain perdu d\u00e9sol\u00e9 mais pas bonne du tout!\nL\u2019assiette de burrata en suggestion \u00e0 partager ne suffit m\u00eame pas\npour une personne ( m\u00eame pas une tomate enti\u00e8re dans l\u2019assiette).\nPersonnel pas accueillant!\n","en":"So disappointed with the service, which wasn't up to par with the brasserie. -Wrong drink -30-minute wait for fries -30-minute wait for sauces (ketchup, mayo) - the fries were already gone. The French toast-style brioche, sorry, but it wasn't good at all!\nThe burrata plate suggested to share wasn't even enough\nfor one person (not even a whole tomato on the plate).\nThe staff was unfriendly!"}},"translations":{"en":"We came to visit this Bocuse restaurant as we have good memories of l\u2019Ouest and wanted to try a new one. The ambience is very nice, outside big terrace and inside nicely decorated. We chose different dishes to taste and some were very nice like the saumon mariniere and the octopus carpaccio. The dishes we expected more of were the vitello tonnato and the dorade\u2026\nThe service was good but sometimes we felt we had to look for the waitress as she did not have time for our area\u2026 while it wasnt at all busy in the restaurant."},"review_rate":4,"review_cursor":"CAESY0NBRVFBUnBFUTJwRlNVRlNTWEJEWjI5QlVEZGZURUZDZUhWZlgxOWZSV2hFTldkV2NWUjBOMmhLVDFSWlUwWTRiMEZCUVVGQlIyZHVPVEpRVFVOYU5HRjBVRVJKV1VGRFNVRQ=="}]}}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19305/rese%c3%b1as+de+lugares.?business_id=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Devuelve la dirección y la información de negocios cercanos basada en coordenadas geográficas (latitud y longitud).
¿Qué hay aquí? - Características del Endpoint
Objeto | Descripción |
---|---|
lang |
Opcional |
country |
Opcional |
{"data":{"address":"14 Bd Montmartre, 75009 Paris, France","place_id":"0x47e66e3e983b5dcb:0x38348dda8b152933","coordinates":{"lng":48.871973999999994,"lat":2.3416543},"timezone":"Europe/Paris","town":"Paris","country":"FR","country_name":"14 Bd Montmartre, 75009 Paris, France","places":[{"business_id":"0x47e66e3e97f1f133:0xf5c745e280db75b8","name":"Kaplan International Séjour Linguistique","full_address":"14 Bd Montmartre, 75009 Paris, France","latitude":48.8718933,"longitude":2.3417042,"rating":4.7,"place_link":"https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x47e66e3e97f1f133:0xf5c745e280db75b8","types":["English language camp"],"working_hours":{"Wednesday":["9 AM–6 PM"],"Thursday":["9 AM–6 PM"],"Friday":["9 AM–5 PM"],"Saturday":["10 AM–5 PM"],"Sunday":["Closed"],"Monday":["9 AM–6 PM"],"Tuesday":["9 AM–6 PM"]},"state":"Open ⋅ Closes 6 PM"},{"business_id":"0x47e66e3e82c56a5b:0x3e1c102b1d371b66","name":"BigMat France","full_address":"14 Bd Montmartre, 75009 Paris, France","latitude":48.8720546,"longitude":2.341614,"rating":4,"place_link":"https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x47e66e3e82c56a5b:0x3e1c102b1d371b66","types":["Building materials store"],"working_hours":{"Wednesday":["9 AM–12 PM","1:30–6 PM"],"Thursday":["9 AM–12 PM","1:30–6 PM"],"Friday":["9 AM–12 PM","1:30–6 PM"],"Saturday":["Closed"],"Sunday":["Closed"],"Monday":["9 AM–12 PM","1:30–6 PM"],"Tuesday":["9 AM–12 PM","1:30–6 PM"]},"state":"Closed ⋅ Opens 1:30 PM"},{"business_id":"0x47e66de52c2cb0bf:0xcd6e5831522c37f2","name":"Inato","full_address":"14 Bd Montmartre, 75009 Paris, France","latitude":48.8720546,"longitude":2.341614,"rating":5,"place_link":"https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x47e66de52c2cb0bf:0xcd6e5831522c37f2","types":["Research institute"],"working_hours":{"Wednesday":["9 AM–7 PM"],"Thursday":["9 AM–7 PM"],"Friday":["9 AM–7 PM"],"Saturday":["Closed"],"Sunday":["Closed"],"Monday":["9 AM–7 PM"],"Tuesday":["9 AM–7 PM"]},"state":"Open ⋅ Closes 7 PM"}]}}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19306/%c2%bfqu%c3%a9+hay+aqu%c3%ad%3f' --header 'Authorization: Bearer YOUR_API_KEY'
Recupera fotos de un lugar específico de Google Maps utilizando su ID de lugar.
Fotos del lugar. - Características del Endpoint
Objeto | Descripción |
---|---|
business_id |
[Requerido] |
lang |
Opcional |
country |
Opcional |
cursor |
Opcional |
place_id |
Opcional |
{"data":{"business_id":"0x47e66e2964e34e2d:0x8ddca9ee380ef7e0","phone_number":null,"name":"Eiffel Tower","full_address":"Eiffel Tower, Av. Gustave Eiffel, 75007 Paris, France","latitude":48.858370099999995,"longitude":2.2944812999999997,"review_count":464347,"rating":4.7,"timezone":"Europe/Paris","website":"toureiffel.paris","website_full":"https://www.toureiffel.paris/fr&opi=79508299&sa=U&sqi=2&ved=0ahUKEwjh_LDa-M2PAxULg_0HHVnYLlMQ61gIECgM&usg=AOvVaw1lYSNApNfDEA-XQ-DJybrn","place_id":"ChIJLU7jZClu5kcR4PcOOO6p3I0","reviews_id1":"5180949545401667117","reviews_id2":"-8224511978877552672","place_link":"https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x47e66e2964e34e2d:0x8ddca9ee380ef7e0","types":["Historical landmark","Monument","Tourist attraction"],"price_level":null,"working_hours":{"Wednesday":["9:30 AM–11 PM"],"Thursday":["9:30 AM–11 PM"],"Friday":["9:30 AM–11 PM"],"Saturday":["9:30 AM–11 PM"],"Sunday":["9:30 AM–11 PM"],"Monday":["9:30 AM–11 PM"],"Tuesday":["9:30 AM–11 PM"]},"state":"Open ⋅ Closes 11 PM","photos":["https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrnDznac6qTZAtOZ8x4xt0HlXeWJRnOrM86diSDyqqBGi43PPvjQEtUPT7ffhyJJnnj3NRffZ-EXNZKz1jPtjiye3SvUQjFVAi4lYz69QG85rmnG4Ji6Io7aPquIYXWmVXeWgPL_A=w203-h270-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nqzzUAYyOJAox0zocGqODB5TjKDi82MKMpEUHsphuXN_HTmr548kCwbAoZimXJtBoSfp-8_QM7_WQrZRg0_z-QDDp6L1gG1DbBDp3MJqQ04wcGh60xu4e2smrTvr0DajOiTNRInPQ=w203-h114-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrXJ6ptyWkT54mTwoPeGjfNy41QMrj7C1kv_D_OL3V6MuJiwkrOn2BA55zZV76S68LMg8h2bdctSbpNw3KH1l9qRTqxus2_TJaWUsXY29Ez_MC0me38xBDsot2EEgpBjMrjgTfb=w203-h152-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nriyO4gDWZWbc2OX7vIvcTivx9DOpzdGTAtay-WREIbE2-lr4sF1_8cU56NVLXjTmfRSmZsgaUTnUMgkHdHvO0_roui1jirlSwIz4UXpuFSWPeRPtHrqV3qpq-GSVP-79SUq88=w203-h249-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nqz8-anxYhZjuOtuBrEz1yd76d9eUD2MjlS_PGfox2Cwye3tpfMIYVDf29ICQPDsNFM9ITkLCnHYaFrwV2XfdHvbXIFKvT8fd0gqj3Q68I8yvZ74CmNqWRIQSM99FYG31qg6WI=w203-h152-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nq2qi6XG_tAQJFIUmV24Z5d3f66Y9oTFFtI3hrmYpBtuv_sK3jLVmxcKOBNZBCzkZsqWUJgvSKW4GCEENyzIJ5cNbKpIYbgnWL-BAtBml5iq8vIvqunirtkX1WTC38UmFnPR5s=w203-h304-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4noFLqR_iXVKC-55_6X7ooBu6P1J8_gWKn959q3Ek-PTOQgfy5qFKOGCEvomcfCda5ckB_4PdLHSoXueR0-W-3JuH_L5Ppk8EZDuiD0ybHa04Nq4Q1QR31Su_FLqdghHlmJnIog=w203-h152-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrD4Jn9V6dU_EGhiBRtj5E5CIcO59WnQORvQ_mQNU0orzRHY9_Zjl8mrofD0zduaQyP6Jbd3trDaL-dVVqDTLNhgd3-_I__BB8_qh_a3fA_ypZ_p97_vHIz8bZO7-JtyinId48Q4Q=w203-h114-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nokabGH0F0IfxZ-d530YnpkileD1fY-_E4iK3WZvbEYEK0KdEXmpPCTm7dYWpRMQXJPvweMirLfhzIPg3ONoMb24oiT-SMqUCLws9gITB4U_Vajv2VJFUrRDPgg2hD3vvMXg-2f=w203-h135-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nqCfnLahUUzMfTNrcmqpol9oKWnqdftKB1eKxQpjxTd6HGx2EDejQvc9lG4xrWe_vJMECQkDlgA1Tr5AMClYFnC0eeva49jtV-9OLdwEcIWHsk0HZ5PhTfs6_nP0YpSrbpWcXOw=w203-h152-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nqfItM8P66juo1DL0voLAaEEx9zn4mCH9N3nLV5LXKYVE6JJVKlTVol20TEM29Ln2QmP1bQOkDiX1JpvbB4vdyEgFF7mlwkKIrqSIAKWVmCb3Lp3EM_1x9TLTSVa2npAdAmYTax=w203-h270-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nqI9Vew-hPTXHuwNkDQk8L7hzVQaE5agv9SOr644ji96ImpSeqiwO4t7ffzKpWkhhg43AuDetXoG3XyXQpUh2DUjPqJwDKccJF1sneuq-r-ZPmkveUt5dTP4CPhvtyRooJtMImO=w203-h203-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nobEDfRoojK1b8D0yuSBpHGK2cEpgzWk73rFtv4YEb3z3FfextMNMckx8H_0OMnr2rCs1RO1oCMurIJdiFP_sRtCMYeOfDOzpSXiVP-cHrRsiBQ_4lKqGt59FTbqCpINpdR-ZzixQ=w203-h150-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nofg2ESS9Qo4FubhReSVLPHyRqxSCYnYoX4NJI40fiD07jCikuVQdC8UXqzBP-MrZwFLqG0Hqzz_pEhacZkx6x3tzKIayIyk5KTjBV1GKXzNc7WaffjqGH8w5ApJnvnMrcXdAZC=w203-h114-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nrPDLiwcNpLnjrB9D6rvlkU2xQjnN2vTpkIWayPAaSTf4NwSdSJJ0FbGMjjF0G-u6_pvQcAvLNLOzsDklxJwb4eCUkSaJXF785dUyKrnkUSKqQS_2dEkj8ynwvKVHvbl9FyyqfE=w203-h152-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nphr5XjbpliDlbj3RJbW092Z_Lp7tqemqgOlW4IJzVjR4j2ZeeilXhspm6NKyhpC_IcfMc9PA060redFAaaSH6BpOMwUpPiF0EtyXSSPz2n2dmnNW5x9JqFmQp3Ko5j6dKToILI=w203-h262-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nq2RGvBPFa7HhUcUhMmAm4M-ofNq5kDStIOU5gJcS3YfVXZzuc7IYuNt0jF8b54-1LUpF1G_Y38YXpmF-fSo-XWTNbHtWBPsGzs0FFoVyd-RDW75RVnPxDEbAQtoFR-hoE4EUI=w203-h203-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nokVUiPJPHH2gmLb69HTeRUx27bJBDx8ZmJBHCiJiWAKCSZIbkb-QBqrzj1JIFlvMgdIXZPg8OuCgoyEaEBmgEkg8uAM6EpfWCPYk9exx_IiVftU2qMYFuou3fd9P6ltjChY_6XVw=w203-h152-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nppNbfgh81nNt-ObUPG-Q6BgPn1DmRlBLwp48k-aBfUGonXlHn0duW4jc7p5Ev6vuy8uyvtNTnEpl-DdpVElewH3Hye3iinn1FS6SwtEQn9XfwmNpqaMb3HRiCgtibd9Sf521TndIDHTRzn=w203-h360-k-no","https://lh3.googleusercontent.com/gps-cs-s/AC9h4nqq4JqCDYUePagynHI1R9lrJLG9BYtlO0meVYP8ZKGCgNmkx8djpG8J25VeXl1OxC7N-ysGX87Ol04g7Qs3v6-d2A__-WzgbQn9mJDPALNEyHhnE-zTOyhefQ1nvLzyi9vBJzA=w203-h360-k-no"],"description":["Landmark 330m-high 19th-century tower","Gustave Eiffel's iconic, wrought-iron 1889 tower, with steps and elevators to observation decks.",null,"t","t"],"cursor":"EvgDKYQi49-NlUMIDwAAAAEAAAMAAAAAAQAAAAAAAAABAAAAEAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAEAAAAAAAEAAAAAAQABAAAAAAAASAACAAAAAAAAAAAAAAAAAAAAAAAAEBAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAgAAAQAAAAAAACAAIAAAACQAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAEACAAAAAAEAAAAAAAAAAAAAAAAAAAABCAEAAAACAAAAAAEAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQCAIAAAAAAAAAgAAAAAAAAAAAAAAQAAAAAABAAAABAAAAAAAAAAAEAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAIAAAAQAAAAAACAgAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAIhAAAAAAAAAAAAABAAACAAAAAAAAAAAAAAAAAAAAEACAAAAAAAIAAAAAAAAAAAAGBRCVCmEIuPfjZVD6AEAACAAAAADAAAAIDEEABAQAAAAAQAKABAAFAAIIQCIAQAAQWAQAAABCCARAAAAQAAEAIIFQQAAwAAJABIEEJAACACgQAABmQAAAA"}}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19307/fotos+del+lugar.?business_id=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Devuelve información sobre una única reseña de un negocio.
Revisión individual. - Características del Endpoint
Objeto | Descripción |
---|---|
review_id |
[Requerido] |
{"data":{"reviews":[{"user_name":"Andrea Page","user_total_reviews":4,"user_total_photos":0,"user_avatar":"https://lh3.googleusercontent.com/a-/ALV-UjUsiq5nPh-XAvBUfGvaCkDW90BuPG1j1MSdN8fL0i4AIVz7ATvx=s120-c-rp-mo-br100","user_link":"https://www.google.com/maps/contrib/102773189198382472705?hl=en-US","place_link":"https://www.google.com/maps/place//data=!4m2!3m1!1s0x88d9b7ce4b013699:0xe31bad45ea27df01?authuser=-1&hl=en&gl=us","business_id":"0x88d9b7ce4b013699:0xe31bad45ea27df01","iso_date":"2025-05-29 00:25:37","iso_date_timestamp":1748478336519927,"iso_date_of_last_edit":"2025-05-29 00:25:37","iso_date_of_last_edit_timestamp":1748478336519927,"review_id":"ChdDSUhNMG9nS0VJLVlfZFhBMzl2enVBRRAB","review_time":"3 months ago","review_timestamp":1748478336519927,"review_link":"https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJLVlfZFhBMzl2enVBRRAB!2m1!1s0x0:0x6a1b17f1577258c9!3m1!1s2@1:CIHM0ogKEI-Y_dXA39vzuAE%7C%7C?hl=en-US","review_text":"I had a fantastic experience thanks to Shay who was truly a pleasure to work with. She was professional, attentive, and struck the perfect balance—never overbearing she guided with intelligent informed suggestion. I really appreciated how she instilled a sense of trust and made me feel comfortable throughout our interaction.\nHer excellent style and the way she presented information about eye health was impressive. She took the time to educate me thoroughly, always in a respectful and approachable manner—with a sense of humor. I left feeling well-informed and confident in my decisions. Highly recommended!","review_photos":[],"business_response_text":"We are so glad you had a great experience with our team! Thank you very much for sharing this review — we hope to see you again soon!\n","review_services":[],"owner_answer":{"date":"3 months ago","text":{"en":"We are so glad you had a great experience with our team! Thank you very much for sharing this review — we hope to see you again soon!\n","":null}},"translations":{"en":"I had a fantastic experience thanks to Shay who was truly a pleasure to work with. She was professional, attentive, and struck the perfect balance—never overbearing she guided with intelligent informed suggestion. I really appreciated how she instilled a sense of trust and made me feel comfortable throughout our interaction.\nHer excellent style and the way she presented information about eye health was impressive. She took the time to educate me thoroughly, always in a respectful and approachable manner—with a sense of humor. I left feeling well-informed and confident in my decisions. Highly recommended!"},"review_rate":5,"review_cursor":null}]}}
curl --location --request GET 'https://zylalabs.com/api/10107/google+maps+api/19308/revisi%c3%b3n+individual.?review_id=ChdDSUhNMG9nS0VJLVlfZFhBMzl2enVBRRAB' --header 'Authorization: Bearer YOUR_API_KEY'
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. |
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
Each endpoint returns specific local business information. For example, the Search endpoint provides details like business name, address, phone number, rating, and working hours. The Geocoding endpoint returns geographic coordinates for a given address, while the Place Reviews endpoint retrieves user reviews for a specific business.
Key fields vary by endpoint. For the Search endpoint, important fields include `business_id`, `name`, `rating`, `address`, and `working_hours`. The Geocoding endpoint primarily returns `lat` and `lng` for geographic coordinates, while the Place Reviews endpoint includes `user_name`, `review_time`, and `review_link`.
Parameters vary by endpoint. The Search endpoint accepts business name, address, or coordinates. The Search Nearby endpoint requires location and radius. The Geocoding endpoint takes a physical address, while the Place Info endpoint uses a Place ID to fetch specific business details.
Response data is structured in JSON format. Each endpoint returns a `status` field indicating success, followed by a `data` array containing relevant business details. For example, the Search endpoint's response includes an array of businesses, each with fields like `name`, `address`, and `rating`.
The data is sourced from Google Maps, utilizing publicly available information. This includes user-generated content, business listings, and geographic data. The API ensures data accuracy by leveraging Google's extensive database and regular updates from user contributions.
Typical use cases include developing travel applications, conducting market research, and enhancing local search features. For instance, a travel app can use the Search endpoint to display nearby restaurants, while the Geocoding endpoint can help users find locations based on addresses.
Users can leverage the returned data to enhance user experiences. For example, they can display business ratings and reviews to inform decisions or use geographic coordinates from the Geocoding endpoint to plot locations on a map. Understanding the structure helps in parsing and displaying data effectively.
Data accuracy is maintained through Google's continuous updates and user feedback mechanisms. The API aggregates information from various sources, including user reviews and business claims, ensuring that the data reflects current conditions and user experiences.
The Place Info endpoint provides detailed business information, including the business name, address, phone number, rating, working hours, and geographic coordinates. This allows users to gain comprehensive insights into a specific location using its Place ID.
The Search Nearby endpoint allows you to find businesses by specifying a geographic location (latitude and longitude) and a search radius. This helps users discover local options based on their current or desired location.
The Geocoding endpoint converts physical addresses into geographic coordinates (latitude and longitude). This is useful for mapping applications or any service that requires precise location data based on user-provided addresses.
You can use the Place Reviews endpoint to fetch user reviews by providing the Place ID of the business. This endpoint returns detailed reviews, including user names, review times, and links to the reviews, enhancing user engagement with real feedback.
The What is Here endpoint returns the address and nearby business information based on geographic coordinates. It includes details like the full address, place ID, and a list of nearby businesses, making it ideal for location-based services.
The Place Photos endpoint provides images associated with a specific place using its Place ID. Users can display these photos in applications to enhance visual appeal and provide a better understanding of the location's ambiance and offerings.
If the response data contains no results, check the input parameters for accuracy, such as the business name or coordinates. Additionally, consider expanding the search radius or using broader search terms to improve the chances of finding relevant data.
The working hours data is structured by day of the week, indicating opening and closing times. Users can utilize this information to inform customers about business availability, ensuring they visit during operational hours.
Zyla API Hub es como una gran tienda de APIs, donde puedes encontrar miles de ellas en un solo lugar. También ofrecemos soporte dedicado y monitoreo en tiempo real de todas las APIs. Una vez que te registres, puedes elegir qué APIs quieres usar. Solo recuerda que cada API necesita su propia suscripción. Pero si te suscribes a varias, usarás la misma clave para todas, lo que hace todo más fácil para ti.
Los precios se muestran en USD (dólar estadounidense), EUR (euro), CAD (dólar canadiense), AUD (dólar australiano) y GBP (libra esterlina). Aceptamos todas las principales tarjetas de débito y crédito. Nuestro sistema de pago utiliza la última tecnología de seguridad y está respaldado por Stripe, una de las compañías de pago más confiables del mundo. Si tienes algún problema para pagar con tarjeta, contáctanos en [email protected]
Además, si ya tienes una suscripción activa en cualquiera de estas monedas (USD, EUR, CAD, AUD, GBP), esa moneda se mantendrá para suscripciones posteriores. Puedes cambiar la moneda en cualquier momento siempre que no tengas suscripciones activas.
La moneda local que aparece en la página de precios se basa en el país de tu dirección IP y se proporciona solo como referencia. Los precios reales están en USD (dólar estadounidense). Cuando realices un pago, el cargo aparecerá en tu estado de cuenta en USD, incluso si ves el monto equivalente en tu moneda local en nuestro sitio web. Esto significa que no puedes pagar directamente en tu moneda local.
Ocasionalmente, un banco puede rechazar el cargo debido a sus configuraciones de protección contra fraude. Te sugerimos comunicarte con tu banco primero para verificar si están bloqueando nuestros cargos. También puedes acceder al Portal de Facturación y cambiar la tarjeta asociada para realizar el pago. Si esto no funciona y necesitas más ayuda, por favor contacta a nuestro equipo en [email protected]
Los precios se determinan mediante una suscripción recurrente mensual o anual, dependiendo del plan elegido.
Las llamadas a la API se descuentan de tu plan en base a solicitudes exitosas. Cada plan incluye una cantidad específica de llamadas que puedes realizar por mes. Solo las llamadas exitosas, indicadas por una respuesta con estado 200, se contarán en tu total. Esto asegura que las solicitudes fallidas o incompletas no afecten tu cuota mensual.
Zyla API Hub funciona con un sistema de suscripción mensual recurrente. Tu ciclo de facturación comenzará el día en que compres uno de los planes de pago, y se renovará el mismo día del mes siguiente. Así que recuerda cancelar tu suscripción antes si quieres evitar futuros cargos.
Para actualizar tu plan de suscripción actual, simplemente ve a la página de precios de la API y selecciona el plan al que deseas actualizarte. La actualización será instantánea, permitiéndote disfrutar inmediatamente de las funciones del nuevo plan. Ten en cuenta que las llamadas restantes de tu plan anterior no se transferirán al nuevo plan, por lo que debes considerar esto al actualizar. Se te cobrará el monto total del nuevo plan.
Para verificar cuántas llamadas a la API te quedan en el mes actual, revisa el campo 'X-Zyla-API-Calls-Monthly-Remaining' en el encabezado de la respuesta. Por ejemplo, si tu plan permite 1,000 solicitudes por mes y has usado 100, este campo mostrará 900 llamadas restantes.
Para ver el número máximo de solicitudes a la API que permite tu plan, revisa el encabezado de la respuesta 'X-Zyla-RateLimit-Limit'. Por ejemplo, si tu plan incluye 1,000 solicitudes por mes, este encabezado mostrará 1,000.
El encabezado 'X-Zyla-RateLimit-Reset' muestra el número de segundos hasta que tu límite se restablezca. Esto te indica cuándo tu conteo de solicitudes se reiniciará. Por ejemplo, si muestra 3,600, significa que faltan 3,600 segundos para que el límite se restablezca.
Sí, puedes cancelar tu plan en cualquier momento desde tu cuenta, seleccionando la opción de cancelación en la página de Facturación. Ten en cuenta que las actualizaciones, degradaciones y cancelaciones tienen efecto inmediato. Además, al cancelar ya no tendrás acceso al servicio, incluso si te quedaban llamadas en tu cuota.
Puedes contactarnos a través de nuestro canal de chat para recibir asistencia inmediata. Siempre estamos en línea de 8 a. m. a 5 p. m. (EST). Si nos contactas fuera de ese horario, te responderemos lo antes posible. Además, puedes escribirnos por correo electrónico a [email protected]
Para darte la oportunidad de probar nuestras APIs sin compromiso, ofrecemos una prueba gratuita de 7 días que te permite realizar hasta 50 llamadas a la API sin costo. Esta prueba solo se puede usar una vez, por lo que recomendamos aplicarla a la API que más te interese. Aunque la mayoría de nuestras APIs ofrecen prueba gratuita, algunas pueden no hacerlo. La prueba finaliza después de 7 días o cuando realices 50 solicitudes, lo que ocurra primero. Si alcanzas el límite de 50 solicitudes durante la prueba, deberás "Iniciar tu Plan de Pago" para continuar haciendo solicitudes. Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios. Alternativamente, si no cancelas tu suscripción antes del día 7, tu prueba gratuita finalizará y tu plan se cobrará automáticamente, otorgándote acceso a todas las llamadas a la API especificadas en tu plan. Ten esto en cuenta para evitar cargos no deseados.
Después de 7 días, se te cobrará el monto total del plan al que estabas suscrito durante la prueba. Por lo tanto, es importante cancelar antes de que finalice el periodo de prueba. No se aceptan solicitudes de reembolso por olvidar cancelar a tiempo.
Cuando te suscribes a una prueba gratuita de una API, puedes realizar hasta 50 llamadas. Si deseas realizar más llamadas después de este límite, la API te pedirá que "Inicies tu Plan de Pago". Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios.
Las Órdenes de Pago se procesan entre el día 20 y el 30 de cada mes. Si envías tu solicitud antes del día 20, tu pago será procesado dentro de ese período.
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.717ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
4.352ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
775ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
746ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
6.038ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.551ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.088ms
Nivel de Servicio:
50%
Tiempo de Respuesta:
2.089ms
Nivel de Servicio:
83%
Tiempo de Respuesta:
564ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
118ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.015ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.015ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.015ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
360ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.015ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3.015ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.441ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
885ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.032ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
72ms