Add OpenMedicare's fraud detection stats to your site, article, or dashboard. Free to use with attribution.
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.
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"
// }Embed live stats in your Medicare fraud reporting.
Add to internal healthcare analytics dashboards.
Reference in papers and presentations with live data.