ToolAssay

Search the OIG List of Excluded Individuals/Entities (LEIE) by name, NPI, state,

Search the OIG List of Excluded Individuals/Entities (LEIE) by name, NPI, state, or exclusion type. Answers: is this provider excluded from federal healthcare programs? Monthly refresh.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
281 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.healthparse.io/v1/exclusions/search

CategorySearch and research
Provider hostapi.healthparse.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 281 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "business_name_search": "example",
    "last_name_search": "example",
    "npi": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "business_name_search": {
          "type": "string"
        },
        "exclusion_type": {
          "type": "string"
        },
        "last_name_search": {
          "type": "string"
        },
        "limit": {
          "default": 25,
          "maximum": 100,
          "type": "integer"
        },
        "npi": {
          "type": "string"
        },
        "offset": {
          "default": 0,
          "type": "integer"
        },
        "state": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON