How can I get a list of supported lab locations?

Last updated: April 17, 2025

When launching or scaling your service, you may need to know all available lab locations where patients can get tests done. This includes locations for major lab networks like LabCorp, BioReference, and Quest Diagnostics that are supported through our APIs.

Answer

To retrieve a comprehensive list of supported lab locations, you can use our Locations API endpoint. Here's how to access this information:

  1. Make a GET request to the Locations API endpoint

  2. Filter results by lab network (LabCorp, BioReference, or Quest)

  3. Optionally filter by state or zip code to get locations in specific areas

At-Home Phlebotomy

Same as above - please use this endpoint to view the current and most updated coverage areas for at-home phlebotomy availability.

Note: Lab location availability may change over time. We recommend implementing real-time location lookups rather than storing a static list of locations.

For detailed API documentation and example requests, please refer to our API Documentation in the Developer Portal.