operations.get_server
GET
/servers/{server_id}
const url = 'https://raw.githubusercontent.com/federation/v1/servers/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://raw.githubusercontent.com/federation/v1/servers/exampleGet a server
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” server_id
required
string
ID of a federated server
Responses
Section titled “ Responses ”Successful query
Server not found
Internal Error