SStratum APIs

UK Sanctions Screening

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/sanctions

Endpoints

gethttps://api.stratumapis.com/v1/sanctions/screen

Screen a single name against all configured sanctions lists

Parameters
  • namerequiredin queryPerson or entity name to screen
  • typein queryRestrict matching to person-only or entity-only listings
  • minScorein queryConfidence threshold (0–1) below which matches are dropped
Example
curl -H "X-Stratum-Key: $KEY" \
  https://api.stratumapis.com/v1/sanctions/screen
posthttps://api.stratumapis.com/v1/sanctions/bulk

Screen up to 100 names in one call

Example
curl -H "X-Stratum-Key: $KEY" \
  https://api.stratumapis.com/v1/sanctions/bulk
gethttps://api.stratumapis.com/v1/sanctions/lists

Metadata about the loaded sanctions lists (size, last refresh)

Example
curl -H "X-Stratum-Key: $KEY" \
  https://api.stratumapis.com/v1/sanctions/lists