geolocation

April ’23 Updates: New Endpoints and Performance and Usability Improvements

Search airports by IP geolocation and Search airports by location endpoints now have query-string style counter-parts. If you’re on the most recent pricing plans, we recommend: using /airports/search/location?lat={lat}&lon={lon}&radiusKm={radiusKm}&limit={limit} instead of /airports/search/location/{lat}/{lon}/km/{radiusKm}/{limit} (documentation) using /airports/search/ip?q={ip}&radiusKm={radiusKm}&limit={limit} instead of /airports/search/ip/{ip}/km/{radiusKm}/{limit} (documentation) New endpoint added: Solar and day time at the airportGET /airports/{codeType}/{code}/time/solar/*It produces certain solar and daytime calculations …

April ’23 Updates: New Endpoints and Performance and Usability Improvements Read More »

Geolocating Nearby Airports by IP

Our new endpoint allows geolocating nearby airports by IP address. We already have an endpoint returning nearest airports by making use of the coordinates (latitude and longitude) as an input. The new endpoint complements this set. It geolocates the coordinates internally by using the IP address as an input, and returns airports, closest to that …

Geolocating Nearby Airports by IP Read More »