---
title: "Get the province/state for locations"
method: GET
path: "/locations/provinces"
tags: ["Locations Data"]
---

# Get the province/state for locations

`GET /locations/provinces`

Get a list of provinces/states, for locations available to the user, with filtering on businesses, countries, or a search text

## Query parameters

- `businessIds` string[]
- `countries` string[]
- `query` string
- `max` integer
- `offset` integer

## Response `200`

Provinces successfully retrieved

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

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