Government Legal
HHS Office of Inspector General logo

HHS Office of Inspector General API

oig.hhs.gov

HHS Office of Inspector General - reports, publications, and audit document listings.

Actions
3
Category
Government Legal
Login
Not required
Output
JSON

Call the HHS Office of Inspector General API

Submit a task, then poll the job until it settles. This example runs act_oig_hhs_gov_audit_report_detail_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_oig_hhs_gov_audit_report_detail_ssr",
    "params": {
      "report_year": "2026",
      "report_slug": "cms-potentially-overpaid-medicare-advantage-organizations-462-million-based-on-certain-unsupported-acute-stroke-diagnosis-codes"
    }
  }'

3 actions on oig.hhs.gov

Read

  • Audit Report Details

    act_oig_hhs_gov_audit_report_detail_ssrread1 credit / call

    Returns audit report details including title, dates, report number, type, and body.

    report_year
    string · required
    report_slug
    string · required
  • Reports Publications Listing

    act_oig_hhs_gov_reports_publications_listingread2 credits / call

    Returns filtered reports and publications with titles, years, and listing metadata.

    report_type
    string
    hhs_agency
    string
    issue_date
    string
    page
    integer
    search_query
    string
  • Site Homepage

    act_oig_hhs_gov_site_homepage_ssrread1 credit / call

    Returns the homepage structure with featured content and navigation links.

HHS Office of Inspector General API questions

Is there an API for HHS Office of Inspector General?
HHS Office of Inspector General does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for oig.hhs.gov. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape HHS Office of Inspector General data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when oig.hhs.gov changes its markup, Anakin updates the action.
Do I need a HHS Office of Inspector General account?
No. Every HHS Office of Inspector General action listed here runs anonymously — no account and no credentials required.
What does the HHS Office of Inspector General API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites