Skip to content

Eco.EM.Framework.API

Kye edited this page Sep 19, 2022 · 2 revisions

The API is mostly used for Web Requests

We have added in some web requests for you to use easily enough with your applications:

Get Requests

GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/get-recipes : Will get list of recipes in that server, This includes modded recipes and mod added recipes

GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/api-check : just a basic check to see if you can access the api

GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/get-prices : Returns a list of every item for sale, how much its for sale for, what currency, what store, who owns the store etc

GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/get-prices?includeOutOfStock=true/false : does the same thing but includes out of stock items

Post Requests

We currently don't have any Post Requests, Feel Free to add a request for some to be added!

Clone this wiki locally