# List regions

- Method: `GET`
- Path: `/regions`
- Tier: All accounts
- HTML docs: https://docs.visiblee.ai/api/reference/get-regions/
- Interactive docs: https://docs.visiblee.ai/api/#endpoint=get-regions

## Description

Public endpoint for structured AI visibility intelligence.

## cURL Example

```bash
curl --request GET \
  --url 'https://api.visiblee.ai/v1/public/regions' \
  --header 'X-API-Key: YOUR_API_KEY'
```

## Path Parameters

No path parameters for this endpoint.

## Query Parameters

No query parameters for this endpoint.

## Response

Successful Response

Media type: `application/json`

## JSON Response

```json
[]
```
