Discover/turquoise.health API
live

turquoise.health APIturquoise.health

Search healthcare procedure prices and provider quality ratings by ZIP code. 2 endpoints cover service lookup and cost comparison across US providers.

Endpoints
2
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/5475c330-c28c-4681-8bcf-1db4b28e3167/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/5475c330-c28c-4681-8bcf-1db4b28e3167/list_services' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

List all available medical service/procedure packages with their codes. Use these codes as the 'service' parameter in search_care.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer - number of available services",
    "services": "array of objects, each with 'code' (string service code) and 'text' (string procedure name)"
  },
  "sample": {
    "data": {
      "total": 33,
      "services": [
        {
          "code": "GA002",
          "text": "Colonoscopy"
        },
        {
          "code": "RA005",
          "text": "MRI without Contrast"
        },
        {
          "code": "RA000",
          "text": "X-Ray"
        }
      ]
    },
    "status": "success"
  }
}

About the turquoise.health API

The Turquoise Health API provides two endpoints for searching and comparing medical procedure costs across US healthcare providers. list_services returns a catalog of available procedure codes, while search_care accepts a service code and ZIP code to return paginated provider results with price, price relativity, distance, and care quality ratings — letting developers build cost-comparison tools without maintaining their own healthcare pricing data.

What the API Covers

The Turquoise Health API surfaces healthcare price transparency data across two endpoints. list_services returns the full catalog of searchable procedures — each entry includes a code string (used as the service parameter downstream) and a text label like "Colonoscopy" or "MRI without Contrast". This is the lookup table you call once to populate a procedure selector in your application.

Searching for Provider Prices

search_care is the core endpoint. Required inputs are service (a code from list_services, e.g. GA002) and location (a 5-digit US ZIP code). Optional parameters include distance (radius in miles), min_price and max_price (dollar filters), sort_by (price-asc or price-desc), and page for pagination. Results come back 20 per page; total_pages and total_results let you walk through the full result set.

Provider Response Fields

Each item in the providers array includes name, type (facility category), location, distance_miles, price, price_amount, price_qualifier (which clarifies the pricing basis), price_relativity (how the price compares to area averages), and care_quality rating. The combination of price and quality fields is what makes the data useful for side-by-side provider comparison rather than just raw cost lookup.

Coverage and Scope

Coverage is US-only and ZIP-code-scoped. The procedure catalog is fixed to the codes returned by list_services — not every CPT code is available, so calling list_services first to confirm coverage for your target procedures is the right approach before building dependent workflows.

Common use cases
  • Build a procedure cost estimator that lets users enter a ZIP code and procedure type and see ranked provider prices
  • Filter providers by max_price to surface options within a patient's estimated budget
  • Compare price_relativity scores across providers to identify below-average-cost facilities in a region
  • Incorporate care_quality ratings alongside price data to weight provider recommendations
  • Paginate through search_care results to aggregate full regional pricing datasets for a given procedure code
  • Populate a procedure selector UI using list_services codes and human-readable text labels
  • Analyze price variance by running search_care with sort_by=price-desc vs price-asc across multiple ZIP codes
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Turquoise Health offer an official developer API?+
Turquoise Health has a platform at turquoise.health focused on price transparency, but their direct developer API access is not publicly documented for self-serve use. This Parse API provides structured access to the same procedure cost and provider data.
What does `price_qualifier` mean in the `search_care` response?+
price_qualifier clarifies the basis of the reported price — for example, whether it reflects a negotiated rate, a cash price, or a chargemaster rate. It is important to read this field alongside price_amount because the same dollar figure can mean different things depending on the qualifier.
Does the API support searching by provider name or filtering by provider type?+
Not currently. search_care filters by service code, ZIP code, distance, and price range. Provider name and type are available in the response for each result, but they cannot be used as input filters. You can fork this API on Parse and revise it to add a provider-name or facility-type filter endpoint.
How does pagination work in `search_care`?+
Results are returned 20 per page. The response includes total_results, total_pages, and results_on_page so you can determine how many pages exist and iterate through them using the page parameter.
Does the API cover procedures outside the `list_services` catalog, such as arbitrary CPT codes?+
Not currently. Only procedure codes returned by list_services are searchable via search_care. If a CPT code you need is not in that catalog, results will not be available for it. You can fork this API on Parse and revise it to extend coverage to additional procedure codes or code systems.
Page content last updated . Spec covers 2 endpoints from turquoise.health.
Related APIs in HealthcareSee all →
ulta.com API
Search and browse Ulta Beauty's complete product catalog with real-time pricing and inventory information, then dive into detailed product specs including ingredients, usage instructions, and customer reviews. Find exactly what you're looking for across all beauty categories with comprehensive product data at your fingertips.
pubmed.ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from PubMed and NCBI databases. Supports keyword search, advanced field-tag queries, clinical filters, citation matching, date filtering, publication type filtering, and direct E-utilities access.
cvs.com API
Find nearby CVS Pharmacy locations and check their hours, then search for products and verify real-time availability at specific stores. Quickly locate what you need and confirm it's in stock before making a trip.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
pmc.ncbi.nlm.nih.gov API
Search millions of full-text biomedical research articles and access their metadata, citations, and related papers from PubMed Central. Find articles by topic, discover similar research, explore journal collections, and retrieve detailed citation information to support your literature review and research.
open.fda.gov API
Search FDA food recall and enforcement actions to find safety information about specific products or manufacturers, and look up adverse events reported to the CFSAN Adverse Event Reporting System (CAERS). Filter, sort, and aggregate data by various fields to analyze food safety trends and monitor enforcement activity.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.