One API call → seismic risk, flood zones, ICRAL detection, investment grade, market data, and AI synthesis for any address across 12 countries. From €1.00/call.
Get your API key below, then make your first call.
# Check seismic + flood + ICRAL risk for any address curl "https://riskaix.com/v1/risk?address=Calea+Victoriei+95,Bucharest&country=RO" \ -H "Authorization: Bearer YOUR_API_KEY"
const res = await fetch('https://riskaix.com/v1/risk?address=Kolonaki+12,Athens&country=GR', { headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }); const data = await res.json(); console.log(data.investment_grade, data.risk_score, data.seismic);
import requests response = requests.get( "https://riskaix.com/v1/risk", params={"address": "123 Main St, Los Angeles, CA", "country": "US"}, headers={"Authorization": "Bearer YOUR_API_KEY"} ) data = response.json() print(f"Grade: {data['investment_grade']}, Risk: {data['risk_score']}")
Base URL: https://riskaix.com/v1 or https://api.riskaix.com/v1
Every call returns a comprehensive risk profile. Here's a real example for Bucharest, Romania:
One global base price. Displayed in € or $ based on your region. Subscribers and high-volume clients unlock automatic discounts. Minimum price: €0.75/call.
| Tier | Price / Call | Discount | Daily Limit | Best For |
|---|---|---|---|---|
| Explorer (Free plan) | €1.00 | — | 100 calls | Developers, testers, evaluation |
| Bronze (€9.99/mo sub) | €0.95 | 5% off | 500 calls | Small agencies, freelance agents |
| Silver (€19.99/mo sub) | €0.90 | 10% off | 1,000 calls | Growing PropTech, real estate tools |
| Gold ⭐ (€49.99/mo sub) | €0.85 | 15% off | 2,000 calls | InsurTech, mortgage platforms |
| Diamond (€89.99/mo sub) | €0.80 | 20% off | 5,000 calls | National portals, aggregators |
| Platinum (€199/mo) | €0.75 | 25% off | Unlimited | Banks, insurance carriers |
| Palladium (€299/mo) | €0.75 | 25% off | Unlimited | White-label, government, SLA |
Deposit once, use anytime. Credits never expire. Bigger deposits = more bonus credits.
| Deposit | Bonus | Total Credit | Effective Per Call |
|---|---|---|---|
| $100 – $499 | 0% | $100 – $499 | $1.00 (standard) |
| $500 – $999 | +10% | $550 – $1,099 | $0.91 |
| $1,000 – $2,499 | +15% | $1,150 – $2,874 | $0.87 |
| $2,500 – $4,999 | +20% | $3,000 – $5,999 | $0.83 |
| $5,000 – $9,999 | +25% | $6,250 – $12,499 | $0.80 |
| $10,000+ | +35% | $13,500+ | $0.74 |
Fill out the form below. We'll provision your key and send it to your email with getting-started docs.
Free 100-call trial included with every new key.
One API replaces 6+ data sources. Works for both US and European markets.