Tinkering games one byte at a time.

We are a gaming community dedicated to research and development of sandbox experiences.

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.


/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
  • Array addons

    An array of add-on entries.

/historyGET

Retrieves the history of Meta Construct, in data form.

/historyPOSTADMIN

Creates new history event entries.

Parameters
  • Array event

    An array of event entries.

/historyPATCHADMIN

Updates existing history event entries.

Parameters
  • Array event

    An array of event entries.

/historyDELETEADMIN

Deletes existing history event entries.

Parameters
  • Array event

    An array of event entries.

/authGET

Retrieves info about the logged-in Steam user.