---
title: "List Pharmacies"
method: GET
path: "/api/2.0/pharmacies/"
tags: ["Pharmacies"]
---

# List Pharmacies

`GET /api/2.0/pharmacies/`

Returns a list of physicians

## Query parameters

- `active_end_time` string, date-time
- `active_start_time` string, date-time
- `limit` integer
- `offset` integer
- `order_by` string

## Response `200`

- PaginatedPharmacyList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Pharmacy[], required
    - `active_end_time` string, date-time, required
    - `active_start_time` string, date-time, required
    - `address_line1` string, nullable
    - `address_line2` string, nullable
    - `city` string, nullable
    - `fax` string, nullable
    - `id` integer, required
    - `ncpdpid` string, required
    - `npi` string, nullable
    - `phone_primary` string, nullable
    - `specialty_types` string, nullable
    - `state` string, nullable
    - `store_name` string, nullable
    - `zip` string, nullable

---

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