Realms

Realm discovery and information endpoints

List available realms

get

Returns all healthy catalyst realms plus the main realm if available. Each realm includes its server name, URL, and current user count.

Responses
chevron-right
200

Successful response with list of realms

application/json
get
/realms

Get main realm about information

get

Returns detailed About information for the main realm, including catalyst content server details, comms configuration, and other realm-specific metadata.

The response follows the About type from @dcl/catalyst-api-specs and the ADR-110arrow-up-right. The content server provided to the user will be one of the closest most updated nodes based on the user location.

Query parameters
catalyststring · uriOptional

Preferred catalyst URL to use as the main realm. When this parameter is used, the prefer catalyst will be returned as the content server.

Example: https://peer.decentraland.org
Responses
chevron-right
200

Successful response with main realm about information

application/json
get
/main/about

Last updated