ToolAssay

Search dialysis quality data by state, city, ZIP, or CMS star rating

Search dialysis quality data by state, city, ZIP, or CMS star rating. Answers: which dialysis meet quality thresholds in a market? Source: CMS Care Compare, monthly refresh.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
261 msmedian answer time
$0.02listed price per call
$0.02price 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/facilities/dialysis/search

CategoryMarket data
Provider hostapi.healthparse.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 261 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "city": "example",
    "state": "example",
    "zip_prefix": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "city": {
          "type": "string"
        },
        "limit": {
          "default": 25,
          "maximum": 100,
          "type": "integer"
        },
        "offset": {
          "default": 0,
          "type": "integer"
        },
        "rating_max": {
          "type": "number"
        },
        "rating_min": {
          "type": "number"
        },
        "state": {
          "type": "string"
        },
        "zip_prefix": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON