The Pro tier includes API access for on-demand supply chain alerts in JSON format. Use your unique API key (sent in your welcome email after signup) to fetch data. If you have lost or deleted your API key, contact support from your account's primary email.
You can reach support here: steadfastsupport [at] crossculturegames.com
The complete intelligence package in one call — disruption news, Emerging Tech Spotlight, commodities with prices & historical trends, plus expert analysis and forecasts. Everything you need for your daily briefing, delivered as clean JSON.
API Endpoint
GET https://api.crossculturegames.com/api/alerts?api_key=YOUR_KEYcURL Example
curl "https://api.crossculturegames.com/api/alerts?api_key=YOUR_KEY"Python Example
import requests
response = requests.get("https://api.crossculturegames.com/api/alerts",
params={"api_key": "YOUR_KEY"})
print(response.json())Top 10 high-impact global disruption stories with detailed English blurbs. Filter by your niches for laser-focused results.
API Endpoint
GET https://api.crossculturegames.com/api/disruptions?api_key=YOUR_KEY&niches=YOUR_NICHEScURL Example
curl "https://api.crossculturegames.com/api/disruptions?api_key=YOUR_KEY&niches=YOUR_NICHES"Python Example
import requests
response = requests.get("https://api.crossculturegames.com/api/disruptions",
params={"api_key": "YOUR_KEY", "niches": "YOUR_NICHES"})
print(response.json())Curated innovations in AI, robotics, IoT, and smart manufacturing that could reshape your supply chain logistics tomorrow.
API Endpoint
GET https://api.crossculturegames.com/api/tech_news?api_key=YOUR_KEY&niches=YOUR_NICHEScURL Example
curl "https://api.crossculturegames.com/api/tech_news?api_key=YOUR_KEY&niches=YOUR_NICHES"Python Example
import requests
response = requests.get("https://api.crossculturegames.com/api/tech_news",
params={"api_key": "YOUR_KEY", "niches": "YOUR_NICHES"})
print(response.json())Daily prices, units, reasons for movement, and historical context for up to 10 commodities tied to your news.
API Endpoint
GET https://api.crossculturegames.com/api/commodities?api_key=YOUR_KEY&niches=YOUR_NICHEScURL Example
curl "https://api.crossculturegames.com/api/commodities?api_key=YOUR_KEY&niches=YOUR_NICHES"Python Example
import requests
response = requests.get("https://api.crossculturegames.com/api/commodities",
params={"api_key": "YOUR_KEY", "niches": "YOUR_NICHES"})
print(response.json())Air and sea freight rate estimates, plus transit times for major global routes. Updated daily to give you a general idea of the current market.
API Endpoint
GET https://api.crossculturegames.com/api/freight?api_key=YOUR_KEYcURL Example
curl "https://api.crossculturegames.com/api/freight?api_key=YOUR_KEY"Python Example
import requests
response = requests.get("https://api.crossculturegames.com/api/freight",
params={"api_key": "YOUR_KEY"})
print(response.json()) All Intelligence Endpoints: 5 calls per day
Freight Endpoint: 30 calls per day
Limits reset at midnight UTC.
No API key needed. Quick tests:GET /api/status – service status & versionGET /health or /healthcheck – alive checkGET /ping → returns {"status": "pong"}GET /version – current version info
Sample JSON Response
{"news":[{"title": "Red Sea attacks force major shipping rerouting...", "blurb": "Detailed English summary of the disruption...", "url": "https://...", "source": "Reuters"}], "tech_news": [ ... ], "commodities":[{"name": "Steel", "price": 1245.50, "unit": "per metric ton", "reason": "Tariff escalation in Asia directly impacts automotive supply"}], "prices": {...}, "historical": {...}, "analysis": "Expert markdown analysis with tables and forecasts..."}
© 2026 Steadfast, A Cross Culture Games Product