Auor

Auor

Data
base
5 endpoints

Current and historical exchange rates, flight offer search, and IP address lookup data.

Base URLhttps://api.dao.pub/market/auor
GET/all-rates-today/v1/historical$0.0011

Retrieve historical exchange rates

GET with from/to date-time range, group granularity, and source/target ISO currency codes. Returns historical FX rates over the requested window.

Query
fromstring (required, date-time)
tostring (required, date-time)
groupstring (required: 'day' | 'hour' | 'minute')
sourcestring (required, 3-letter ISO 4217 code)
targetstring (required, 3-letter ISO 4217 code)
GET/all-rates-today/v1/rates$0.0011

Retrieve current exchange rates

GET with required source currency. Optionally include target for a specific conversion pair and time for a specific timestamp.

Query
sourcestring (required, 3-letter ISO 4217 code)
targetstring (optional, 3-letter ISO 4217 code)
timestring (optional, date-time)
GET/amadeus/v1/search$0.03

Find flight offers using Amadeus data

GET with required origin, destination, dateDepart, and travelersAdult. Add optional filters like class, direct, and priceMaximum to narrow flight offers.

Query
originstring (required, IATA code)
destinationstring (required, IATA code)
dateDepartstring (required, YYYY-MM-DD)
dateReturnstring (optional, YYYY-MM-DD)
travelersAdultnumber (required, min 1)
travelersChildnumber (optional)
travelersInfantnumber (optional)
classstring (optional: 'ECONOMY' | 'PREMIUM_ECONOMY' | 'BUSINESS' | 'FIRST')
directboolean (optional)
currencyCodestring (optional)
priceMaximumnumber (optional)
resultsMaximumnumber (optional)
GET/google-maps/v1/search/full$0.04

Search for places based on a query (full details)

GET with query params. Returns full place details including address, ratings, hours, and contact info.

Query
querystring (search term)
languagestring (optional)
regionstring (optional)
GET/ip-stack/v1/lookup$0.0011

Look up geolocation and metadata for an IP address

GET with ip query parameter. Optionally send Accept and Accept-Language headers to control response format and localization.

Query
ipstring (required, IP address to look up)
Headers
Acceptstring (optional: 'application/json' | 'application/xml')
Accept-Languagestring (optional)