15 endpoints match this tag.
/maaamet/reverse
Reverse geocode Estonian L-EST97 coordinates to addresses. Returns the nearest addresses for given X,Y coordinates in the Estonian national grid system.
/maaamet/search
Search Estonian addresses using the Maa-amet Land Board geocoding service (ADS - Address Data System). Returns full address, county, municipality, zip code, and WGS84 coordinates. Covers all of Estonia.
/countrydata
Get comprehensive data for all 250 countries and territories worldwide, including official name, capital, population, area, region, subregion, languages, currencies, calling codes, top-level domains, borders, and flag information. A complete geographic reference dataset. Useful for building country selector components, geography education tools, and reference applications.
/countrydata/region/:region
Get all countries within a geographic region (e.g., Europe, Asia, Africa, Americas, Oceania). Returns full country profiles for each nation in the region. Useful for building region-filtered views, geographic analysis tools, and educational apps that explore the world by continent.
/countrydata/search
Search countries by name with fuzzy matching. Returns full country profiles for each match, including capital, population, region, languages, and currency. Useful for building autocomplete country search fields and location pickers where users might type partial or approximate country names.
/countrydata/:code
Get the complete profile for a single country by its ISO 3166-1 alpha-2 code. Returns official name, capital, population, area, languages, currencies, calling codes, borders, region, subregion, and more. More efficient than fetching all 250 countries when you only need one. Ideal for country detail pages and deep-dive geographic content.
/geo/ip
Automatically geolocate the requesting client's IP address. Returns the detected IP, approximate latitude/longitude, city, region, country, timezone, and ISP information. No parameters needed - it uses the caller's IP. Useful for personalizing content by location, auto-selecting language/currency, fraud detection, and analytics dashboards that need to map user locations.
/geo/ip/:ip
Geolocate any specific IPv4 or IPv6 address. Returns approximate latitude/longitude, city, region, country, timezone, and ISP information for the given IP. Useful for looking up the location of server IPs, investigating suspicious login attempts, enriching log data with geographic context, and building IP-based access control systems.
/geo/timezone
Look up timezone information by geographic coordinates or timezone name. Returns the timezone identifier (e.g., Europe/Oslo), current local time, UTC offset, and DST status. Useful for scheduling apps 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.
/geocoding/search
Convert place names, addresses, or location descriptions into geographic coordinates (latitude and longitude). Returns matching locations with their names, countries, coordinates, elevation, population, and timezone. Supports fuzzy matching and returns multiple results ranked by relevance. Data from Open-Meteo geocoding powered by the GeoNames database. Essential for any app that needs to convert user-typed locations into coordinates for use with weather, map, or other location-based APIs.
/zipcode/:country/:code
Look up a postal/zip code in 60+ countries to get the associated city, state/province, and geographic coordinates. Provide the country code and postal code in the URL. Useful for address validation, auto-filling city and state fields in checkout forms, calculating shipping zones, and mapping postal code regions. Covers the US, Canada, most of Europe, and many other countries.
/zipcode/reverse
Find all postal/zip codes for a given city, state, and country. The reverse of a postal code lookup - you provide the location and get back matching postal codes. Useful for generating postal code lists for delivery zone mapping, populating postal code fields from known city names, and building geographic coverage analysis tools.
/elevation/batch
Get elevation data for multiple points in a single request (up to 100 locations). Points are pipe-separated lat,lng pairs.
/elevation/datasets
List available elevation datasets with their coverage areas and resolutions.
/elevation/lookup
Get the elevation (meters above sea level) for any coordinates on Earth using SRTM 90m satellite data. Resolution is approximately 90 meters.