---
title: "List providers by city"
method: GET
path: "/ticintel/states/{state}/cities/{city}/providers"
tags: ["ticintel"]
---

# List providers by city

`GET /ticintel/states/{state}/cities/{city}/providers`

Returns provider names and NPIs for the given state and city.

## Path parameters

- `state` string, required
- `city` string, required

## Response `200`

Providers for the city/state

- TicintelProvidersByCityResponse
  - `city` string
  - `providers` TicintelProviderItem[]
    - `name` string
    - `npi` string
    - `slug` string
  - `state` string
  - `success` boolean

## Other responses

- `400` — Missing state or city
- `500` — Failed to get providers by city/state

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/revisions/d1e5cbb24557/schema)
