Engine lookup request
Request of lookup engine
Endpoint
GET /api/engine/lookup/
Response
Json
[
{
"kind": "status",
"payload": {
"code": 0,
"message": ""
}
},
{
"kind": "entity",
"payload": {
"link": {
"name": "",
"secure": false
},
"version": ""
}
}
]
Notes
- Rate Limited
- Open to unauthenticated clients, carrying only details that are safe to publish
link.nameis the hostname the engine answers on, andlink.securereports whether it serves TLS- An engine holding no link answers an empty
link.namerather than an error