Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moronixproduct3/warframe-syndicates-api

A warframe tool to help decide between syndicate rewards
https://github.com/moronixproduct3/warframe-syndicates-api

nodejs warframe warframe-community warframe-data

Last synced: 1 day ago
JSON representation

A warframe tool to help decide between syndicate rewards

Awesome Lists containing this project

README

        

# warframe-syndicates-api
A simple api that gathers the items offered by each syndicate.

Syndicate items are pulled from the warframe [wiki](http://warframe.wikia.com/).
Item prices are obtained from [Warframe Market](https://warframe.market/).

Item prices are an average of the 3 lowest prices of the current online sellers

## API

Expected output structure:
```json
"syndicates":
[
{
"handle" : "meridian",
"name" : "Steel Meridian",
"wikiURL" : "Steel_Meridian",
"wikiID" : 567077,
"type" : "faction",
"offerings" :
[
{
"name" : "Vaykor Marelok",
"standingCost" : 100000,
"marketURL" : "vaykor_marelok",
"platPrice" : 180,
"platPrice_lastUpdate" : 1518291183979
}
],
"offerings_last_update" : 1518291183979
}
]
```