---
title: "Get Area Info"
method: GET
path: "/v3/order/area/info"
tags: ["order"]
---

# Get Area Info

`GET /v3/order/area/info`

GET information about an area with respect to lab-testing.

Information returned:
* Whether a given zip code is served by our Phlebotomy network.
* List of Lab locations in the area.

## Query parameters

- `zip_code` string, required — Zip code of the area to check
- `radius` '10' | '20' | '25' | '50' | '100' — ℹ️ This enum is non-exhaustive.
- `lab` 'quest' | 'labcorp' | 'bioreference' | 'sonora_quest' — ℹ️ This enum is non-exhaustive.
- `labs` ClientFacingLabs[], nullable — List of labs to check for PSCs
- `lab_account_id` string, uuid, nullable — Lab Account ID to use for availability checks

## Response `200`

Successful Response

- AreaInfo
  - `zip_code` string, required
  - `phlebotomy` PhlebotomyAreaInfo, required
    - `is_served` boolean, required
    - `providers` PhlebotomyProviderInfo[], required
      - `name` 'getlabs' | 'phlebfinders' | 'quest' | 'sonora_quest', required — ℹ️ This enum is non-exhaustive.
      - `service_types` AppointmentServiceType[], required
  - `central_labs` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/versions/d28f5cec7d79/schema)
