Provider
A Zocdoc healthcare provider (BaseProvider). Contains demographic and professional information about a provider.
HealthcareAppointmentsBookingProvidersInsuranceTelehealthScheduling
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-developer.zocdoc.com/schemas/provider",
"title": "Provider",
"description": "A Zocdoc healthcare provider (BaseProvider). Contains demographic and professional information about a provider.",
"type": "object",
"properties": {
"provider_id": {
"type": "string",
"description": "The Zocdoc provider ID.",
"example": "pr_abc123-def456_wxyz7890"
},
"npi": {
"type": "string",
"description": "The provider's National Provider Identifier (NPI)."
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"title": {
"type": "string",
"description": "Professional title (e.g., MD, DO, NP)."
},
"full_name": {
"type": "string"
},
"gender_identity": {
"type": "string",
"description": "Provider's gender identity. Possible values include: Female, Male, Non-binary."
},
"specialties": {
"type": "array",
"items": { "type": "string" },
"description": "List of medical specialty names."
},
"specialty_ids": {
"type": "array",
"items": { "type": "string" },
"description": "List of Zocdoc specialty IDs."
},
"default_visit_reason_id": {
"type": "string",
"description": "The default Zocdoc visit reason ID for this provider."
},
"visit_reason_ids": {
"type": "array",
"items": { "type": "string" },
"description": "All visit reason IDs supported by this provider."
},
"statement": {
"type": "string",
"description": "Provider's personal statement or bio."
},
"provider_photo_url": {
"type": "string",
"description": "Protocol-relative URL to provider photo. JPEG or PNG, 200–4000px.",
"example": "//d2uur722ua7fvv.cloudfront.net/ZeeFace_02.svg"
},
"languages": {
"type": "array",
"items": { "type": "string" },
"description": "Languages spoken at the practice location.",
"example": ["English", "Spanish"]
},
"profile_url": {
"type": "string",
"description": "URL to the provider's profile page on Zocdoc.",
"example": "https://zocdoc.com/doctor/capivarudo-nojeira-md-517507?utm_source=FakeSource"
},
"credentials": {
"$ref": "#/$defs/ProviderCredentials"
}
},
"$defs": {
"ProviderCredentials": {
"title": "Provider Credentials",
"description": "Education and professional certifications for a provider.",
"type": "object",
"required": ["certifications", "education"],
"properties": {
"certifications": {
"type": "array",
"items": { "type": "string" },
"description": "List of professional certifications."
},
"education": {
"type": "object",
"properties": {
"institutions": {
"type": "array",
"items": { "type": "string" },
"description": "Educational institutions attended."
}
}
}
}
}
}
}
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/zocdoc-provider"
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 email required.
A second provider on the same verified email joins the account you already have.