API Documentation
All of these endpoints are preceded by
/api/v1
and accessible from
www.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.
/serversGET
Retrieves info about all online Meta Construct servers.
/addonsGET
Retrieves all info about add-ons displayed on the site.
/addonsPOSTADMIN
Manages creation, modification and deletion of add-ons.
Parameters
ArrayaddonsAn array of add-on entries.
/historyGET
Retrieves the history of Meta Construct, in data form.
/historyPATCHADMIN
Updates existing history event entries.
Parameters
ArrayeventAn array of event entries.
/historyDELETEADMIN
Deletes existing history event entries.
Parameters
ArrayeventAn array of event entries.
/authGET
Retrieves info about the logged-in Steam user.








