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.name is the hostname the engine answers on, and link.secure reports whether it serves TLS
  • An engine holding no link answers an empty link.name rather than an error