Developer API

Insurance Data API

Access insurance product comparison data across 12 countries via REST API. Products, insurers, premiums, claim settlement ratios, and more.

Quick Start

# Get health insurance products in India

curl "https://worldbestinsurer.com/api/v1/products?country=in&category=health&apiKey=wbi_demo_2026_public"

Demo key: wbi_demo_2026_public (100 requests/day)

Authentication

Pass your API key via the x-api-key header or the apiKey query parameter.

curl -H "x-api-key: YOUR_API_KEY" https://worldbestinsurer.com/api/v1/products

Endpoints

GET/api/v1/products

List insurance products with filtering

Query Parameters

countrystringCountry code (in, us, uk, ae, sg, etc.)
categorystringhealth, term-life, motor, or travel
idstringGet a specific product by ID
limitnumberMax results (default 50, max 200)
offsetnumberPagination offset
/api/v1/products?country=in&category=health&limit=10&apiKey=YOUR_KEY
GET/api/v1/insurers

List insurers with product counts

Query Parameters

countrystringCountry code
slugstringGet a specific insurer by slug
limitnumberMax results (default 50, max 200)
/api/v1/insurers?country=in&apiKey=YOUR_KEY
GET/api/v1/compare

Side-by-side comparison of 2-4 products

Query Parameters

productsstringComma-separated product IDs (2-4)
/api/v1/compare?products=hdfc-optima-secure,star-comprehensive&apiKey=YOUR_KEY

Coverage

12

Countries

399+

Products

248+

Insurers

4

Categories

Pricing

Free

$0

100 req/day

  • All endpoints
  • 12 countries
  • JSON response

Starter

$49/mo

5,000 req/day

  • Everything in Free
  • Priority support
  • CSV export

Pro

$199/mo

50,000 req/day

  • Everything in Starter
  • Webhooks
  • Bulk export
  • SLA 99.9%

Enterprise

Custom

Unlimited

  • Everything in Pro
  • Dedicated support
  • Custom integration
  • On-premise option

Contact us at [email protected] for Starter, Pro, or Enterprise access.

Rate Limits & Terms

Free tier: 100 requests per day. Rate limits are enforced per API key. Data is sourced from official insurer websites and regulatory publications. By using this API, you agree to attribute World Best Insurer as the data source. The API is for non-commercial use on the free tier. Commercial use requires a paid plan.