v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

List Locations

Returns a list of locations where you can create or replicate databases.

get/v1/locations

Response

Successful response

locationsobject

A mapping of location codes to location names.

Example response

{
  "locations": {
    "aws-ap-northeast-1": "AWS AP NorthEast (Tokyo)",
    "aws-ap-south-1": "AWS AP South (Mumbai)",
    "aws-eu-west-1": "AWS EU West (Ireland)",
    "aws-us-east-1": "AWS US East (Virginia)",
    "aws-us-east-2": "AWS US East (Ohio)",
    "aws-us-west-2": "AWS US West (Oregon)"
  }
}