API Documentation
All of these endpoints are preceded by
/api/v1
and accessible from
metastruct.net
.
ADMIN
endpoints are reserved for logged-in developers only.
All data is represented in
json
.
You should probably look at the format of our data via
GET
requests before touching anything.
/servers
GET
Retrieves info about all online Meta Construct servers.
/addons
GET
Retrieves all info about add-ons displayed on the site.
/addons
POST
ADMIN
Manages creation, modification and deletion of add-ons.
Parameters
Array
addonsAn array of add-on entries.
/history
GET
Retrieves the history of Meta Construct, in data form.
/history
PATCH
ADMIN
Updates existing history event entries.
Parameters
Array
eventAn array of event entries.
/history
DELETE
ADMIN
Deletes existing history event entries.
Parameters
Array
eventAn array of event entries.
/auth
GET
Retrieves info about the logged-in Steam user.