FORESCORE scores 21,000+ ZIP codes hourly with ML-predicted power outage risk. One REST API call. Trained on 10 years of DOE federal outage data.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.forescore.ai/v1/risk/48001{
"zip": "48001",
"state": "MI",
"riskLevel": "HIGH",
"riskScore": 0.91,
"sparkRiskLevel": "LOW",
"sparkScore": 0.12,
"scoreBasis": "forescore_watch",
"activeAlert": {
"eventType": "Wind Advisory",
"severity": "Moderate",
"onsetAt": "2026-06-11T18:00:00Z",
"expiresAt": "2026-06-12T06:00:00Z"
},
"computedAt": "2026-06-11T14:00:00Z"
}Without a key, /v1/risk returns the risk level (HIGH / MEDIUM / LOW). An API key — including your free sandbox key — unlocks the precise numeric score for your licensed state.
Our public /v1/meta endpoint returns live model metrics — AUC, precision, recall, coverage states — no API key required.
No credit card. One state, 10 calls/day — to try the API. Verify your email and your key is ready instantly.