Get Server Info
Retrieve information about the current status of the XRP-API Server and the rippled server(s) it is connected to.
Request Format
GET /servers/info
Response Formats
200 OK
The status of the XRP-API server and an array of statuses from the rippled server(s) it is connected to.
Media type: application/json
Formatted as a ServerInfo
The response uses the following fields:
| Field | Type | Required? | Description | 
|---|---|---|---|
server_version | 
String | May be omitted | The version number of this XRP-API server, in SemVer format. | 
rippled_servers | 
Array of RippledServerInfo | May be omitted | Server information from each rippled server this XRP-API server is connected to. |