Skip to main content
GET
/
regions
Get all regions
curl --request GET \
  --url https://api.justanotheruptime.com/regions \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.justanotheruptime.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

available
boolean

Filter by availability

showRegion
boolean

Filter by visibility

Response

200 - application/json

Return all regions.