GetClusters

GET /clusters/

Return the list of clusters

Responses

  • 200 application/json

    Default Response

    Hide response attributes Show response attributes object
  • 503 application/json

    Service Unavailable

    Service Unavailable

GET /clusters/
curl \
 --request GET 'http://api.example.com/clusters/'
Response examples (200)
[
  {
    "region": "string",
    "name": "string",
    "clan_limit": 42,
    "crossplay": true
  }
]
Response examples (503)
string