Providers Endpoint

Scores for individual physicians

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Endpoint: /v3/providers
Methods: GET

ParameterData TypeRequired/OptionalDescription
npistringrequiredThe National Provider Identifier (NPI), up to 40 within a single call can be passed in a comma separated format
lower_limitfloatoptionalLimits the response from our API to the providers with the quality score above or equal to the limit value

Response Structure (in JSON format)

NameDate TypeDescription
npistringThe National Provider Identifier (NPI)
overall_quality_scorefloatProvider’s overall quality score between 1 and 5
cost_efficiency_scorefloatProvider’s cost efficiency score between 1 and 5
effectiveness_scorefloatProvider’s effectiveness score between 1 and 5
appropriateness_scorefloatProvider’s appropriateness score between 1 and 5

Example JSON Response:

{
"data": [
{
"npi": "1609076355",
"quality score": "3.0",
"effectiveness score": "2.0",
"cost efficiency score": "3.0",
"appropriateness score": "4.0"
}
][
{
"npi": "1609076355",
"quality score": "3.0",
"effectiveness score": "2.0",
"cost efficiency score": "3.0",
"appropriateness score": "4.0"
}
]
}`

Query Params
string
required
float
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json