Geography

15 endpoints match this tag.

Geocodificación inversa de Estonia

GET
/maaamet/reverse

Reverse geocode Estonian L-EST97 coordenadas to addresses. Returns the nearest addresses for given X,Y coordenadas in the Estonian national grid system.

Estonia

Búsqueda de direcciones de Estonia

GET
/maaamet/search

Busque Estonian addresses using the Maa-amet Land Board geocoding service (ADS - Address Data System). Devuelve full address, county, municipality, zip code, and WGS84 coordinates. Cubre all of Estonia.

Estonia

Todos los países

GET
/countrydata

Obtenga comprehensive data for all 250 countries and territories en todo el mundo, including official name, capital, population, area, region, subregion, languages, currencies, calling codes, top-level domains, borders, and flag information. A complete geographic reference dataset. Útil para crear country selector components, geography education tools, and reference applications.

Geografía y clima

Países por región

GET
/countrydata/region/:region

Get all países within a geographic region (e.g., Europe, Asia, Africa, Americas, Oceania). Returns full país profiles for each nation in the region. Útil para crear region-filtered views, geographic analysis tools, and aplicaciones educativas that explore the world by continent.

Geografía y clima

Buscar países

GET
/countrydata/search

Search países por nombre with fuzzy matching. Returns full país profiles for each match, incluyendo capital, population, region, languages, and currency. Útil para crear autocomplete país search fields and ubicación pickers where users might type partial or approximate país nombres.

Geografía y clima

Detalle del país

GET
/countrydata/:code

Get the complete profile for a single país by its ISO 3166-1 alpha-2 code. Returns official name, capital, population, area, languages, divisas, calling codes, borders, region, subregion, and more. More efficient than fetching all 250 países when you only need one. Ideal para país detail pages and deep-dive geographic content.

Geografía y clima

Geolocalización IP (automática)

GET
/geo/ip

Automatically geolocate the requesting client's IP address. Returns the detected IP, approximate latitude/longitude, city, region, país, timezone, and ISP información. No se necesitan parámetros - it uses the caller's IP. Útil para personalizing content by ubicación, auto-selecting language/currency, fraud detection, and analytics paneles that need to map user ubicaciones.

Geografía y clima

Geolocalización IP (específica)

GET
/geo/ip/:ip

Geolocate any specific IPv4 or IPv6 address. Returns approximate latitude/longitude, city, region, país, timezone, and ISP información for the given IP. Útil para looking up the ubicación of server IPs, investigating suspicious login attempts, enriching log data with geographic context, and creando IP-based access control systems.

Geografía y clima

Consulta de zona horaria

GET
/geo/timezone

Look up timezone información by geographic coordenadas or timezone name. Returns the timezone identifier (e.g., Europe/Oslo), current local time, UTC offset, and DST status. Útil para programando aplicaciones that need to display times in a user's local timezone, meeting planners across time zones, and any feature that converts between UTC and local time.

Geografía y clima

Búsqueda de geocodificación

GET
/geocoding/search

Convert place nombres, addresses, or ubicación descripcións into geographic coordenadas (latitude and longitude). Returns matching ubicaciones with their nombres, países, coordenadas, elevation, population, and timezone. Supports fuzzy matching and returns multiple results ranked by relevance. Data from Open-Meteo geocoding powered by the GeoNames database. Esencial para any app that needs to convert user-typed ubicaciones into coordenadas for use with weather, map, or other ubicación-based APIs.

Geografía y clima

Búsqueda de código postal

GET
/zipcode/:country/:code

Look up a postal/zip code in 60+ países to get the associated city, state/province, and geographic coordenadas. Provide the código de país and postal code in the URL. Útil para address validation, auto-filling city and state fields in checkout forms, calculando shipping zones, and mapping postal code regions. Covers the US, Canada, most of Europe, and many other países.

Geografía y clima

Búsqueda postal inversa

GET
/zipcode/reverse

Find all postal/zip codes for a given city, state, and país. The reverse of a postal code lookup - you provide the ubicación and get back matching postal codes. Útil para generando postal code lists for delivery zone mapping, populating postal code fields from known city nombres, and creando geographic coverage analysis tools.

Geografía y clima

Consulta de elevación por lotes

GET
/elevation/batch

Obtenga elevation data for multiple points en una sola solicitud (up to 100 locations). Points are pipe-separated lat,lng pairs.

Geografía y vehículos

Conjuntos de datos de elevación

GET
/elevation/datasets

List available elevation datasets with their coverage areas and resolutions.

Geografía y vehículos

Consulta de elevación

GET
/elevation/lookup

Obtenga the elevation (meters above sea level) para cualquier coordinates on Earth using SRTM 90m satellite data. Resolution is approximately 90 meters.

Geografía y vehículos