OpenMedicare
Start Here
Explore
Fraud
Investigations
Data
Tools
About

Footer

OpenMedicare

Independent Medicare data journalism

Sister Sites

  • OpenMedicaid
  • OpenFeds
  • OpenSpending

Explore

  • Providers
  • Procedures
  • States
  • Specialties
  • Search

Fraud Analysis

  • Still Out There (AI)
  • Fraud Overview
  • Fraud Watchlist
  • Deep Dive Profiles
  • Impossible Numbers
  • Report Fraud

Investigations

  • The Algorithm Knows
  • How We Built the Model
  • Internal Medicine Crisis
  • Florida & California Fraud
  • Million Dollar Flagged
  • All Investigations

Tools

  • Provider Lookup
  • Compare
  • Cost Calculator
  • Your Medicare Dollar
  • Downloads

About

  • About OpenMedicare
  • Methodology
  • Glossary
  • Data Sources
  • API Docs
  • Updates
Data Sources: Centers for Medicare & Medicaid Services (CMS), Medicare Provider Utilization and Payment Data
Disclaimer: This site is an independent journalism project. Data analysis and editorial content are not affiliated with or endorsed by CMS or any government agency. All spending figures are based on publicly available Medicare payment records.
Sister Sites: OpenMedicaid · OpenFeds · OpenSpending

© 2026 OpenMedicare. Independent data journalism. Built by TheDataProject.ai

Methodology•Download Data
  1. Home
  2. Embed Widget

Embeddable Fraud Stats Widget

Add OpenMedicare's fraud detection stats to your site, article, or dashboard. Free to use with attribution.

Live Preview

Embed Code

Copy and paste this HTML into your site:

<iframe src="https://www.openmedicare.us/api/embed/fraud-stats" width="500" height="180" frameborder="0" style="border:none;border-radius:16px;overflow:hidden;" title="OpenMedicare Fraud Stats"></iframe>

The widget auto-updates with the latest data. No API key required.

Prefer JSON?

Use our stats API endpoint for programmatic access:

fetch('https://www.openmedicare.us/api/stats')
  .then(r => r.json())
  .then(data => console.log(data))

// Response:
// {
//   "total_providers": 1719625,
//   "flagged_providers": 500,
//   "total_payments": 854800000000,
//   "flagged_payments": 400000000,
//   "model_auc": 0.83,
//   "articles": 51,
//   "last_updated": "2026-02-21"
// }

Great For

📰 News Articles

Embed live stats in your Medicare fraud reporting.

📊 Dashboards

Add to internal healthcare analytics dashboards.

🎓 Research

Reference in papers and presentations with live data.

View Full API Documentation →