---
title: "List Regions"
method: GET
path: "/regions"
tags: ["Region"]
---

# List Regions

`GET /regions`

Lists all the regions including domains names (hosts) for various services.

## Response `200`

OK

- ListRegionsResponse — Provides information about available regions and host addresses.
  - `items` RegionDetails[], required
    - `regionCode` string, required — Region code that uniquely identifies the region. Possible values are `ca` and `eu`.
    - `name` string, required — Region name.
    - `location` string, required — User friendly geographical location of the region.
    - `hosts` RegionHosts, required
      - `apiHost` string, required — Trados Cloud Platform API host. It contains the host and is should be suffixed with the path of the Public API and version.
  - `itemCount` number, required

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-global-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-global-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-global-api/revisions/2a0985471068/schema)
