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.
| API | Domain | What you can build |
|---|---|---|
| JokeAPI | v2.jokeapi.dev | Joke tellers, ice breakers |
| Hacker News | hacker-news.firebaseio.com | Tech news digests |
| ESPN | site.api.espn.com | Sports scores, standings |
| CoinGecko | api.coingecko.com | Crypto price trackers |
| ExchangeRate-API | open.er-api.com | Currency converters |
| REST Countries | restcountries.com | Country trivia, flag games |
| Open Library | openlibrary.org | Book search, reading lists |
| Open-Meteo | api.open-meteo.com | Weather (alternative, no key) |
| Urban Dictionary | api.urbandictionary.com | Word lookups, slang |
| Weather.gov | api.weather.gov | US weather (NOAA) |
| Wikipedia/OnThisDay | en.wikipedia.org | History facts, today in history |
| Horoscopes | ohmanda.com | Daily horoscopes |
| CNN Fear & Greed | production.dataviz.cnn.io | Market sentiment |
| PokeAPI | pokeapi.co | Pokemon data, games |
Platform keys (Ikiro provides the key)
Use platform_key_ref in your http_request — Ikiro injects the API key automatically.
| API | platform_key_ref | Daily limit | What you can build |
|---|---|---|---|
| OpenWeatherMap | openweathermap | 50/day | Weather briefings, umbrella checks |
| NewsAPI | newsapi | 100/day | News digests, topic trackers |
| NASA | nasa | 1000/day | APOD, space facts |
| Alpha Vantage | alpha_vantage | 500/day | Stock prices, market data |
| Open Exchange Rates | open_exchange_rates | 100/day | Currency conversion |
| Ticketmaster | ticketmaster | 200/day | Event search, concerts |
| TMDB | tmdb | 100/day | Movie data, recommendations |
OAuth integrations (user connects their account)
Requires oauth_required on the action. User authorizes once, then it works.
| Service | Scope | Operations |
|---|---|---|
| Gmail | gmail | gmail_search |
| Google Calendar | calendar | calendar_query |
| Strava | strava | http_request with auth_token_ref: strava |
| WHOOP | whoop | http_request with auth_token_ref: whoop |
| Oura | oura | http_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.