---
title: "Get Available Places"
method: GET
path: "/places"
tags: ["LookupApi"]
---

# Get Available Places

`GET /places`

Returns available locations where delivery is available.

## Query parameters

- `name` string
- `zipcode` string
- `approx` boolean

## Response `200`

OK

- ClientAPIPlacesResultDto
  - `status` 'OK' | 'Error' | 'ValidationFailed' — 0 = OK, 1 = Error, 2 = ValidationFailed
  - `validations` ClientAPIValidation[], nullable
    - `code` integer
    - `message` string, nullable
    - `params` object, nullable
  - `error` ClientAPIError
    - `code` integer
    - `message` string, nullable
    - `stackTrace` string, nullable
    - `innerException` ClientAPIError — recursive
    - `validations` ClientAPIValidation[], nullable
      - `code` integer
      - `message` string, nullable
      - `params` object, nullable
    - `messageParams` string[], nullable
    - `payload` JToken[]
  - `traceID` string, nullable
  - `data` CNPlace[], nullable
    - `zipCode` string, nullable
    - `name` string, nullable
    - `zipcodeName` string, nullable
    - `standardAvailable` boolean, nullable
    - `cargoAvailable` boolean, nullable

---

[API](https://skmtc.dev/expressone/apis/client-api.md) · [All operations](https://skmtc.dev/expressone/apis/client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expressone/client-api/revisions/2acf7e4a5080/schema)
