Ribbon Health · Schema

getNetworkAnalysis

JSON Schema for getNetworkAnalysis response from Ribbon Health H1 API

HealthcareProvider DirectoryInsuranceClinical DataCare NavigationEligibilityPrice TransparencyProvider SearchHealth PlansDigital Health

Properties

Name Type Description
parameters object
data array
View JSON Schema on GitHub

JSON Schema

getnetworkanalysis.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "getNetworkAnalysis",
  "description": "JSON Schema for getNetworkAnalysis response from Ribbon Health H1 API",
  "required": [
    "data",
    "parameters"
  ],
  "type": "object",
  "properties": {
    "parameters": {
      "required": [
        "insurance_id",
        "npi_count",
        "ssa_codes"
      ],
      "type": "object",
      "properties": {
        "insurance_id": {
          "type": "string",
          "description": "A unique identifier for a single provider network from the Insurances reference endpoint.",
          "format": "uuid",
          "example": "000912ad-5674-4c23-9b00-dca4e76aaa07"
        },
        "ssa_codes": {
          "type": "array",
          "description": "The SSA codes the network analysis was run on.",
          "example": [
            "14141",
            "14150"
          ],
          "items": {
            "type": "string"
          }
        },
        "npi_count": {
          "type": "integer",
          "description": "How many unique NPIs accept the given insurance across all requested counties.",
          "format": "int32",
          "example": 2999
        }
      }
    },
    "data": {
      "type": "array",
      "description": "",
      "items": {
        "required": [
          "display",
          "npi_count",
          "ssa_code"
        ],
        "type": "object",
        "properties": {
          "ssa_code": {
            "type": "string",
            "description": "The SSA code of the county this data is for.",
            "example": "14141"
          },
          "display": {
            "type": "string",
            "description": "The display name of the county this data is for.",
            "example": "Cook, IL"
          },
          "npi_count": {
            "type": "integer",
            "description": "How many unique NPIs accept the given insurance in this county.",
            "format": "int32",
            "example": 2103
          },
          "npis": {
            "type": "array",
            "description": "The NPIs of providers who accept the given insurance in this county.\n\nIf the `exclude_npis` parameter was set to true, this key will not be present.",
            "items": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/getnetworkanalysis"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.