Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moronixproduct3/warframe-syndicates-api
- Owner: MoronixProduct3
- License: apache-2.0
- Created: 2018-01-28T19:09:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T01:12:46.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T20:34:22.237Z (4 days ago)
- Topics: nodejs, warframe, warframe-community, warframe-data
- Language: JavaScript
- Homepage: http://api.royal-destiny.com:80/syndicates
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
]
```