providersignal.com

https://providersignal.com/api/v1/agent/search

Filtered provider list with pagination. Filter on state, county, ZIP, specialty, DSO/Independent, license status, Medicaid state-roster enrollment.

52
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

18.2% avg
0% 50% 100% Aug 27Aug 30Sep 3Sep 6

Response time

p50 327ms · p95 404ms
0ms 200ms 400ms Aug 27Aug 30Sep 3Sep 6
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
8/27/2026, 12:00:00 AM 0% 1
8/28/2026, 12:00:00 AM 0% 1
8/29/2026, 12:00:00 AM 0% 1
8/30/2026, 12:00:00 AM 0% 1
8/31/2026, 12:00:00 AM 0% 1
9/1/2026, 12:00:00 AM 0% 1
9/2/2026, 12:00:00 AM 0% 1
9/3/2026, 12:00:00 AM 0% 1
9/4/2026, 12:00:00 AM 0% 1
9/5/2026, 12:00:00 AM 100% 7 339ms
9/6/2026, 12:00:00 AM 100% 13 313ms
52
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
69

How often it was reachable when we probed it (weight 35%).

Latency
99

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
5

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 58% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Cloudflare, Inc.
Domain registered
2026-03-30
Hosting network
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

1
payments (30d)
0.5
USD volume (30d)
1
paying wallets (30d)

Payments per day

last payment 8/27/2026
0 3 5 Aug 27
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
8/27/2026 1 0.5 1

Only payments settled on chains and facilitators we index.

Response schema
{
  "input": {
    "discoverable": true,
    "method": "GET",
    "queryParams": {
      "city": {
        "type": "string"
      },
      "has_cms": {
        "enum": [
          "true",
          "false"
        ],
        "type": "string"
      },
      "is_dso": {
        "enum": [
          "true",
          "false"
        ],
        "type": "string"
      },
      "license_status": {
        "description": "Single value or comma-list of normalized buckets (active/inactive/expired/retired/deceased/disciplined/pending)",
        "type": "string"
      },
      "medicaid": {
        "description": "true = state-listed on a Medicaid enrolled-provider roster (NY + CA rosters currently; state-listed enrollment, not verified acceptance)",
        "enum": [
          "true"
        ],
        "type": "string"
      },
      "page": {
        "default": 1,
        "minimum": 1,
        "type": "integer"
      },
      "per_page": {
        "default": 25,
        "maximum": 100,
        "minimum": 1,
        "type": "integer"
      },
      "specialty": {
        "description": "Exact NUCC taxonomy specialty match",
        "type": "string"
      },
      "state": {
        "description": "Single 2-letter code or comma-list (e.g. 'TX,FL,CA')",
        "type": "string"
      },
      "zip": {
        "type": "string"
      }
    },
    "type": "http"
  },
  "output": {
    "properties": {
      "data": {
        "items": {
          "additionalProperties": true,
          "properties": {
            "city": {
              "type": [
                "string",
                "null"
              ]
            },
            "first_name": {
              "type": [
                "string",
                "null"
              ]
            },
            "last_name": {
              "type": [
                "string",
                "null"
              ]
            },
            "medicaid_participating": {
              "description": "State-listed on a Medicaid enrolled-provider roster (NY/CA so far); null = no ingested roster lists this NPI.",
              "type": [
                "boolean",
                "null"
              ]
            },
            "npi": {
              "type": "string"
            },
            "specialty": {
              "type": [
                "string",
                "null"
              ]
            },
            "state": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "type": "object"
        },
        "type": "array"
      },
      "error": {
        "description": "Null on success; { code, message } on failure.",
        "type": [
          "object",
          "null"
        ]
      },
      "meta": {
        "additionalProperties": true,
        "properties": {
          "envelope_version": {
            "type": "string"
          },
          "request": {
            "properties": {
              "billed_credits": {
                "type": "integer"
              },
              "billing_method": {
                "enum": [
                  "subscription",
                  "per_query",
                  "free",
                  "admin"
                ],
                "type": "string"
              },
              "endpoint": {
                "type": "string"
              },
              "id": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "source_attribution": {
            "description": "Per-source citation: logical table, last successful refresh, schema version, license posture.",
            "items": {
              "properties": {
                "last_refresh": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "license": {
                  "type": "string"
                },
                "schema_version": {
                  "type": "string"
                },
                "table": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "envelope_version"
        ],
        "type": "object"
      }
    },
    "required": [
      "data",
      "error",
      "meta"
    ],
    "type": "object"
  }
}