Ribbon Health · Schema
getSpecialties
JSON Schema for getSpecialties response from Ribbon Health H1 API
HealthcareProvider DirectoryInsuranceClinical DataCare NavigationEligibilityPrice TransparencyProvider SearchHealth PlansDigital Health
Properties
| Name | Type | Description |
|---|---|---|
| count | integer | The total number of results matched, across all pages. |
| next | string | |
| previous | string | |
| results | array |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "getSpecialties",
"description": "JSON Schema for getSpecialties response from Ribbon Health H1 API",
"required": [
"count",
"next",
"previous",
"results"
],
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "The total number of results matched, across all pages.",
"format": "int32",
"example": 141
},
"next": {
"type": "string",
"nullable": true,
"example": "https://api.ribbonhealth.com/v1/custom/specialties?page=3"
},
"previous": {
"type": "string",
"nullable": true,
"example": "https://api.ribbonhealth.com/v1/custom/specialties?page=1"
},
"results": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"uuid": {
"type": "string",
"description": "A UUID uniquely identifying this specialty",
"format": "uuid",
"example": "18d8ad26-7e5f-44ac-9afa-966efb375344"
},
"taxonomy_code": {
"example": "207Q00000X",
"oneOf": [
{
"type": "string"
}
]
},
"board_specialty": {
"type": "string",
"nullable": true,
"example": "Family Medicine"
},
"board_sub_specialty": {
"type": "string",
"nullable": true
},
"non_md_specialty": {
"type": "string",
"nullable": true
},
"non_md_sub_specialty": {
"type": "string",
"nullable": true,
"example": "None"
},
"provider_name": {
"type": "string",
"nullable": true,
"example": "Family Medicine Doctor"
},
"colloquial": {
"type": "string",
"nullable": true
},
"taxonomy_1": {
"type": "string",
"nullable": true,
"example": "Allopathic & Osteopathic Physicians"
},
"taxonomy_2": {
"type": "string",
"nullable": true,
"example": "Family Medicine"
},
"taxonomy_3": {
"type": "string",
"nullable": true
},
"display": {
"type": "string",
"example": "Family Medicine"
},
"provider_type": {
"type": "string",
"example": "Doctor"
},
"is_primary": {
"type": "boolean",
"description": "Whether or not a specialty is a provider's primary specialty",
"example": true
}
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/getspecialties"
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.