API Playground
Run live queries against 886+ public data sources
See what a screening result looks like
🔍
Kaspersky Lab
Entity StatusREGISTERED (AU, CH, GB)
Sanctions Check⚠️ 1 hit — OFAC SDN
Registries Found3 countries
Sources Checked11 products
🇦🇺ASIC CompaniesActive
🇨🇭GLEIF LEIActive (Zürich)
🇬🇧LEI RegistryActive
⏱️ 94ms · queried 2026-04-15
This is a real result from our Supplier / KYB Verification combo. Sign up to run your own.
Example queries
Supplier screening
Find company information in regulatory databases
curl -H "X-API-Key: pk_live_..." \
"https://opendata.best/api/v1/data/products/uk_charity_commission_register/search?q=Acme&limit=5"Sanctions check
Screen against international sanctions lists
curl -H "X-API-Key: pk_live_..." \
"https://opendata.best/api/v1/data/products/ca_sanctions_consolidated/search?q=Kaspersky&limit=5"Entity lookup
Verify company and executive information
curl -H "X-API-Key: pk_live_..." \
"https://opendata.best/api/v1/data/products/us_sec_edgar_companies/search?q=Google&limit=5"Example API response
A successful request returns structured data with metadata about the query and results.
{
"status": "ok",
"data": [
{
"name": "ACME Corporation",
"jurisdiction": "UK",
"status": "Active",
"website": "acme.example.com"
}
],
"meta": {
"source": "uk_charity_commission_register",
"category": "company",
"record_count": 1,
"elapsed_ms": 42
}
}What you can do in Playground
▶
Live queries
Run real API requests and see responses instantly without writing code.
⬇
Export data
Download results as JSON, CSV, or other formats for use in your workflows.
<>
Code generation
Generate API code snippets in Python, JavaScript, Go, and more.
Ready to run your first query?
Sign up free to get an API key and start querying real data immediately. No credit card required.