SStratum APIs

UK Business Risk + Director Score

API reference

Authentication

All requests require an X-Stratum-Key header. Get a key by subscribing to a plan.

Base URL
https://api.stratumapis.com/v1/business-risk

Endpoints

gethttps://api.stratumapis.com/v1/business-risk/score/{number}

Risk score + factor breakdown for a single company

Parameters
  • numberrequiredin pathCompanies House number (digits will be left-padded; SC/NI/OC prefixes preserved)
Example
curl -H "X-Stratum-Key: $KEY" \
  https://api.stratumapis.com/v1/business-risk/score/:number
posthttps://api.stratumapis.com/v1/business-risk/bulk

Score up to 50 companies in one call

Example
curl -H "X-Stratum-Key: $KEY" \
  https://api.stratumapis.com/v1/business-risk/bulk
UK Business Risk + Director Score: API Reference | Stratum APIs