> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clearproxy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List Regions

> Get all available checking regions

## Example Request

```bash theme={null}
curl https://api.clearproxy.io/regions
```

<ResponseExample>
  ```json theme={null}
  {
    "regions": [
      {
        "code": "sg1",
        "name": "Singapore",
        "endpoints": 16
      },
      {
        "code": "au1",
        "name": "Sydney, Australia",
        "endpoints": 16
      },
      {
        "code": "us1",
        "name": "Washington DC, USA",
        "endpoints": 16
      },
      {
        "code": "us2",
        "name": "San Francisco, USA",
        "endpoints": 16
      },
      {
        "code": "us3",
        "name": "Cleveland, USA",
        "endpoints": 16
      },
      {
        "code": "us4",
        "name": "Portland, USA",
        "endpoints": 16
      },
      {
        "code": "uk1",
        "name": "London, UK",
        "endpoints": 16
      },
      {
        "code": "jp1",
        "name": "Tokyo, Japan",
        "endpoints": 16
      },
      {
        "code": "jp2",
        "name": "Osaka, Japan",
        "endpoints": 16
      },
      {
        "code": "kr1",
        "name": "Seoul, South Korea",
        "endpoints": 16
      },
      {
        "code": "hk1",
        "name": "Hong Kong",
        "endpoints": 16
      },
      {
        "code": "in1",
        "name": "Mumbai, India",
        "endpoints": 16
      },
      {
        "code": "br1",
        "name": "Sao Paulo, Brazil",
        "endpoints": 16
      },
      {
        "code": "de1",
        "name": "Frankfurt, Germany",
        "endpoints": 16
      },
      {
        "code": "ae1",
        "name": "Dubai, UAE",
        "endpoints": 16
      },
      {
        "code": "ie1",
        "name": "Dublin, Ireland",
        "endpoints": 16
      },
      {
        "code": "za1",
        "name": "Cape Town, South Africa",
        "endpoints": 16
      },
      {
        "code": "fr1",
        "name": "Paris, France",
        "endpoints": 16
      },
      {
        "code": "se1",
        "name": "Stockholm, Sweden",
        "endpoints": 16
      },
      {
        "code": "test1",
        "name": "TEST - DO NOT USE",
        "endpoints": 6
      }
    ],
    "default": "us1"
  }
  ```
</ResponseExample>
