El principal propósito de una API de Datos Geográficos es proporcionar a los desarrolladores una forma simple y eficiente de acceder a datos geográficos de diferentes fuentes e integrarlos en sus aplicaciones. Esto puede ser especialmente útil para aplicaciones que requieren servicios basados en la ubicación, como mapeo, geocodificación, enrutamiento y geolocalización.
Una de las principales ventajas de usar esta API es que elimina la necesidad de que los desarrolladores creen y gestionen sus propias bases de datos de geo-datos. En cambio, los desarrolladores pueden acceder a conjuntos de datos preexistentes que son actualizados y mantenidos por el proveedor de la API. Esto puede ahorrar tiempo y recursos y asegurar que las aplicaciones utilicen los datos más precisos y actualizados.
Otra ventaja de usar una API de Datos Geográficos es que puede proporcionar a los desarrolladores acceso a una amplia variedad de conjuntos de geodatos de diferentes fuentes. Esto puede incluir datos gubernamentales, empresas privadas y otras organizaciones. Al proporcionar acceso a múltiples fuentes de datos, los desarrolladores pueden crear aplicaciones más completas y precisas.
Una de las principales características de esta API es su facilidad de uso. La mayoría de las APIs proporcionan interfaces simples y bien documentadas que los desarrolladores pueden usar para acceder a datos geográficos. Esto puede ayudar a acelerar el proceso de desarrollo y reducir la cantidad de código que los desarrolladores tienen que escribir.
Otra característica importante de una API de Datos Geográficos es su escalabilidad. Las APIs están diseñadas para manejar grandes cantidades de tráfico y solicitudes de datos, lo que significa que pueden usarse para alimentar aplicaciones que tienen millones de usuarios. Esto puede ser especialmente útil para aplicaciones que requieren actualizaciones y flujos de datos en tiempo real.
En general, una API de Datos Geográficos puede ser una herramienta increíblemente poderosa para los desarrolladores que construyen aplicaciones basadas en la ubicación. Al proporcionar acceso a una amplia gama de conjuntos de datos y servicios geográficos, estas APIs pueden ayudar a los desarrolladores a crear aplicaciones más precisas, completas y amigables para el usuario.
Recibirá parámetros y le proporcionará un JSON.
Marketing basado en la ubicación: Las empresas pueden dirigir sus campañas publicitarias a sus clientes mediante campañas de marketing basadas en la ubicación.
Logística y gestión de la cadena de suministro: La API de geo-datos se puede utilizar para optimizar la precisión de los envíos.
Monitoreo ambiental: La API de geo-datos se puede utilizar para proporcionar localización para aplicaciones que monitorean condiciones ambientales, como la calidad del aire, calidad del agua y condiciones del suelo.
Turismo y viajes: La API de geo-datos se puede utilizar para proporcionar información sobre diferentes continentes y países.
Además del número de llamadas a la API, no hay ninguna otra limitación.
Para usar este punto final, todo lo que tienes que hacer es insertar un id entre 1 y 6, para obtener continentes.
Continente por Id. - Características del Endpoint
Objeto | Descripción |
---|---|
id |
[Requerido] |
{"id":1,"code":"AF","name":"Africa"}
curl --location --request GET 'https://zylalabs.com/api/1966/geography+data+api/1721/continent+by+id?id=1' --header 'Authorization: Bearer YOUR_API_KEY'
Para utilizar este endpoint, solo tienes que insertar en los parámetros un valor de página, un tamaño de página y el nombre de un continente.
Continente por nombre. - Características del Endpoint
Objeto | Descripción |
---|---|
page |
[Requerido] |
pageSize |
[Requerido] |
name |
[Requerido] |
{"continents":[{"id":2,"code":"NA","name":"North America"}],"items":7,"numberOfPages":1,"currentPage":1}
curl --location --request GET 'https://zylalabs.com/api/1966/geography+data+api/1722/continent+by+name?page=1&pageSize=10&name=North America' --header 'Authorization: Bearer YOUR_API_KEY'
Para usar este endpoint, todo lo que tienes que hacer es insertar un valor de id en el parámetro.
País por id. - Características del Endpoint
Objeto | Descripción |
---|---|
id |
[Requerido] |
{"id":10,"continentId":7,"code":"AR","name":"Argentina","native":"Argentina","phone":"54","capital":"Buenos Aires","currency":"ARS","emoji":"🇦🇷"}
curl --location --request GET 'https://zylalabs.com/api/1966/geography+data+api/1723/country+by+id?id=10' --header 'Authorization: Bearer YOUR_API_KEY'
Para utilizar este punto final, simplemente tienes que insertar en el parámetro un valor de página y tamaño de página. Estos parámetros son opcionales.
Países por número. - Características del Endpoint
Objeto | Descripción |
---|---|
page |
Opcional |
{"countries":[{"id":1,"continentId":6,"code":"AF","name":"Afghanistan","native":"افغانستان","phone":"93","capital":"Kabul","currency":"AFN","emoji":"🇦🇫"},{"id":2,"continentId":5,"code":"AL","name":"Albania","native":"Shqipëria","phone":"355","capital":"Tirana","currency":"ALL","emoji":"🇦🇱"},{"id":3,"continentId":1,"code":"DZ","name":"Algeria","native":"الجزائر","phone":"213","capital":"Algiers","currency":"DZD","emoji":"🇩🇿"},{"id":4,"continentId":3,"code":"AS","name":"American Samoa","native":"American Samoa","phone":"1684","capital":"Pago Pago","currency":"USD","emoji":"🇦🇸"},{"id":5,"continentId":5,"code":"AD","name":"Andorra","native":"Andorra","phone":"376","capital":"Andorra la Vella","currency":"EUR","emoji":"🇦🇩"},{"id":6,"continentId":1,"code":"AO","name":"Angola","native":"Angola","phone":"244","capital":"Luanda","currency":"AOA","emoji":"🇦🇴"},{"id":7,"continentId":2,"code":"AI","name":"Anguilla","native":"Anguilla","phone":"1264","capital":"The Valley","currency":"XCD","emoji":"🇦🇮"},{"id":8,"continentId":4,"code":"AQ","name":"Antarctica","native":"Antarctica","phone":"672","capital":"","currency":"","emoji":"🇦🇶"},{"id":9,"continentId":2,"code":"AG","name":"Antigua and Barbuda","native":"Antigua and Barbuda","phone":"1268","capital":"Saint John's","currency":"XCD","emoji":"🇦🇬"},{"id":10,"continentId":7,"code":"AR","name":"Argentina","native":"Argentina","phone":"54","capital":"Buenos Aires","currency":"ARS","emoji":"🇦🇷"}],"items":250,"numberOfPages":25,"currentPage":1}
curl --location --request GET 'https://zylalabs.com/api/1966/geography+data+api/1724/countries+by+number' --header 'Authorization: Bearer YOUR_API_KEY'
Para usar este punto final, solo tienes que insertar en el parámetro un valor de id.
Ciudades por id. - Características del Endpoint
Objeto | Descripción |
---|---|
id |
[Requerido] |
{"id":1,"location":{"latitude":27,"longitude":30,"locationType":"GeoPoint"},"cityId":"357994","name":"Arab Republic of Egypt","population":98423595,"adminCode":"00","countryId":"65"}
curl --location --request GET 'https://zylalabs.com/api/1966/geography+data+api/1725/citys+by+id?id=1' --header 'Authorization: Bearer YOUR_API_KEY'
Para usar este punto final, lo único que tienes que hacer es insertar un valor en la página, el tamaño de la página y el nombre de una ciudad. Estos parámetros son opcionales.
Ciudad por nombre. - Características del Endpoint
Objeto | Descripción |
---|
{"cities":[{"id":21,"location":{"latitude":-34.61315,"longitude":-58.37723,"locationType":"GeoPoint"},"cityId":"3435910","name":"Buenos Aires","population":13076300,"adminCode":"07","countryId":"10"}],"items":76597,"numberOfPages":76597,"currentPage":1}
curl --location --request GET 'https://zylalabs.com/api/1966/geography+data+api/1726/city+by+name' --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.
Cada endpoint devuelve datos geográficos en formato JSON. Por ejemplo, el endpoint "GET Continente por Id" devuelve detalles del continente, mientras que el endpoint "GET País por id" proporciona información completa sobre el país, incluyendo capital, moneda y población.
Los campos clave varían según el punto final. Para "OBTENER País por id", los campos importantes incluyen "id", "nombre", "capital", "moneda" y "emoji". El punto final "OBTENER Ciudad por nombre" incluye "nombre", "población" y "ubicación" (latitud y longitud).
Los parámetros varían según el endpoint. Para "GET Continente por nombre", puedes usar "página", "tamaño de página" y "nombre". El endpoint "GET Países por número" acepta parámetros opcionales de "página" y "tamaño de página" para personalizar los resultados.
Los datos de respuesta están estructurados en formato JSON, que generalmente contiene un objeto con campos relevantes. Por ejemplo, el endpoint "GET Countries by number" devuelve un array de países junto con detalles de paginación como "items," "numberOfPages" y "currentPage."
La API de Datos Geográficos agrega conjuntos de datos geográficos de diversas fuentes, incluidas bases de datos gubernamentales y organizaciones privadas. Esto garantiza una variedad y un rango integral de información geográfica.
Los casos de uso comunes incluyen marketing basado en la ubicación, optimización de logística, monitoreo ambiental y aplicaciones educativas. Por ejemplo, las empresas pueden utilizar la API para dirigirse a los clientes en función de datos geográficos.
Los usuarios pueden aprovechar los datos devueltos para diversas aplicaciones, como mostrar mapas, analizar información demográfica o integrar servicios basados en la ubicación. Por ejemplo, los desarrolladores pueden usar datos de población de la ciudad para adaptar servicios a regiones específicas.
La precisión de los datos se mantiene a través de actualizaciones regulares y controles de calidad por parte del proveedor de la API. La API agrega datos de fuentes reputables, asegurando que los usuarios reciban información geográfica confiable y actualizada.
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.
Nivel de Servicio:
90%
Tiempo de Respuesta:
981ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
235ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3,408ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
345ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1,551ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
849ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
977ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
539ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
118ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
476ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
946ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2,449ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
196ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
792ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
689ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
340ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1,525ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
153ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
467ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
205ms