For the complete documentation index, see llms.txt. This page is also available as Markdown.

App

Application info and health check

Get server version

get
/info

Returns the current server version

Responses
200

Server version information

application/json
okbooleanOptional
get/info
GET /v1/info HTTP/1.1
Host: builder-api.decentraland.org
Accept: */*
200

Server version information

{
  "ok": true,
  "data": {
    "version": "text"
  }
}

Last updated