Medieval Engineers API
API to view and manage a Medieval Engineers server.
For requests that need authorization follow my guide at https://forum.keenswh.com/threads/solved-making-post-requests-with-the-remote-api.7402451/#post-1287103184
If you want to use Postman, set your Pre-request script for the collection to:
You will also have to create an environment and set the following environment variables
Environment variables:
domain
: Your API address.
port
: Your API port.
api_key
: Your API key.
Server
GETPing
http://{{domain}}:{{port}}/vrageremote/v1/server/ping
Responds with pong.
HEADERS
Accept
GETServer
http://{{domain}}:{{port}}/vrageremote/v1/server
Get the server health values.
HEADERS
Accept
Loading