Locations
List Locations
Resources
- Databases
- Groups
- Locations
- Organizations
- Members
- Invites
- Audit Logs
- API Tokens
Locations
List Locations
Returns a list of locations where you can create or replicate databases.
GET
/
v1
/
locations
curl -L https://api.turso.tech/v1/locations \
-H 'Authorization: Bearer TOKEN'
{
"locations": {
"ams": "Amsterdam, Netherlands",
"arn": "Stockholm, Sweden",
"atl": "Atlanta, Georgia (US)",
"bog": "Bogotá, Colombia",
"bom": "Mumbai, India",
"bos": "Boston, Massachusetts (US)",
"cdg": "Paris, France",
"den": "Denver, Colorado (US)",
"dfw": "Dallas, Texas (US)",
"ewr": "Secaucus, NJ (US)",
"eze": "Ezeiza, Argentina",
"fra": "Frankfurt, Germany",
"gdl": "Guadalajara, Mexico",
"gig": "Rio de Janeiro, Brazil",
"gru": "São Paulo, Brazil",
"hkg": "Hong Kong, Hong Kong",
"iad": "Ashburn, Virginia (US)",
"jnb": "Johannesburg, South Africa",
"lax": "Los Angeles, California (US)",
"lhr": "London, United Kingdom",
"mad": "Madrid, Spain",
"mia": "Miami, Florida (US)",
"nrt": "Tokyo, Japan",
"ord": "Chicago, Illinois (US)",
"otp": "Bucharest, Romania",
"phx": "Phoenix, Arizona (US)",
"qro": "Querétaro, Mexico",
"scl": "Santiago, Chile",
"sea": "Seattle, Washington (US)",
"sin": "Singapore, Singapore",
"sjc": "San Jose, California (US)",
"syd": "Sydney, Australia",
"waw": "Warsaw, Poland",
"yul": "Montreal, Canada",
"yyz": "Toronto, Canada"
}
}
curl -L https://api.turso.tech/v1/locations \
-H 'Authorization: Bearer TOKEN'
Was this page helpful?
curl -L https://api.turso.tech/v1/locations \
-H 'Authorization: Bearer TOKEN'
{
"locations": {
"ams": "Amsterdam, Netherlands",
"arn": "Stockholm, Sweden",
"atl": "Atlanta, Georgia (US)",
"bog": "Bogotá, Colombia",
"bom": "Mumbai, India",
"bos": "Boston, Massachusetts (US)",
"cdg": "Paris, France",
"den": "Denver, Colorado (US)",
"dfw": "Dallas, Texas (US)",
"ewr": "Secaucus, NJ (US)",
"eze": "Ezeiza, Argentina",
"fra": "Frankfurt, Germany",
"gdl": "Guadalajara, Mexico",
"gig": "Rio de Janeiro, Brazil",
"gru": "São Paulo, Brazil",
"hkg": "Hong Kong, Hong Kong",
"iad": "Ashburn, Virginia (US)",
"jnb": "Johannesburg, South Africa",
"lax": "Los Angeles, California (US)",
"lhr": "London, United Kingdom",
"mad": "Madrid, Spain",
"mia": "Miami, Florida (US)",
"nrt": "Tokyo, Japan",
"ord": "Chicago, Illinois (US)",
"otp": "Bucharest, Romania",
"phx": "Phoenix, Arizona (US)",
"qro": "Querétaro, Mexico",
"scl": "Santiago, Chile",
"sea": "Seattle, Washington (US)",
"sin": "Singapore, Singapore",
"sjc": "San Jose, California (US)",
"syd": "Sydney, Australia",
"waw": "Warsaw, Poland",
"yul": "Montreal, Canada",
"yyz": "Toronto, Canada"
}
}