Ikiro Docs
Reference

Available Integrations

APIs you can use in your superpowers — free and paid.

Free APIs (no key needed)

These APIs work immediately in any superpower. No API key, no OAuth, no setup.

APIDomainWhat you can build
JokeAPIv2.jokeapi.devJoke tellers, ice breakers
Hacker Newshacker-news.firebaseio.comTech news digests
ESPNsite.api.espn.comSports scores, standings
CoinGeckoapi.coingecko.comCrypto price trackers
ExchangeRate-APIopen.er-api.comCurrency converters
REST Countriesrestcountries.comCountry trivia, flag games
Open Libraryopenlibrary.orgBook search, reading lists
Open-Meteoapi.open-meteo.comWeather (alternative, no key)
Urban Dictionaryapi.urbandictionary.comWord lookups, slang
Weather.govapi.weather.govUS weather (NOAA)
Wikipedia/OnThisDayen.wikipedia.orgHistory facts, today in history
Horoscopesohmanda.comDaily horoscopes
CNN Fear & Greedproduction.dataviz.cnn.ioMarket sentiment
PokeAPIpokeapi.coPokemon data, games

Platform keys (Ikiro provides the key)

Use platform_key_ref in your http_request — Ikiro injects the API key automatically.

APIplatform_key_refDaily limitWhat you can build
OpenWeatherMapopenweathermap50/dayWeather briefings, umbrella checks
NewsAPInewsapi100/dayNews digests, topic trackers
NASAnasa1000/dayAPOD, space facts
Alpha Vantagealpha_vantage500/dayStock prices, market data
Open Exchange Ratesopen_exchange_rates100/dayCurrency conversion
Ticketmasterticketmaster200/dayEvent search, concerts
TMDBtmdb100/dayMovie data, recommendations

OAuth integrations (user connects their account)

Requires oauth_required on the action. User authorizes once, then it works.

ServiceScopeOperations
Gmailgmailgmail_search
Google Calendarcalendarcalendar_query
Stravastravahttp_request with auth_token_ref: strava
WHOOPwhoophttp_request with auth_token_ref: whoop
Ouraourahttp_request with auth_token_ref: oura

User-provided API keys

For any other API on the domain allowlist, pass your own key:

- type: http_request
  output: results
  method: GET
  url: "https://api.yelp.com/v3/businesses/search?term=pizza"
  headers:
    Authorization: "Bearer YOUR_YELP_API_KEY"

Domain allowlist

The http_request operation only allows calls to approved domains. This includes 60+ domains covering weather, finance, news, productivity, fitness, travel, entertainment, social, and developer tools.

If you need a domain that's not listed, contact the Ikiro team.

On this page