Rivens JSON Browse

This website downloads and presents the JSON data on Warframe Rivens in a nice, tabular format, for easier filtering and searching. You can find out more about the JSON data in the forum announcement.

Below are the description of each column name, along with the data key in JSON, if you are interested.

Column name JSON data key Description
Type itemType What type of Riven is it?
Weapon compatibility Which Weapon is the Riven for?
Rerolled rerolled Has it been rolled or unrolled (true/false)?
Avg avg Average value of trades with this Riven Type.
StdDev stddev The average variation in the prices that the Riven trades for.
Min min Lowest amount of Platinum per trade of this Riven Type.
Max max Highest amount of Platinum per trade of this Riven Type.
Pop pop Popularity of this Riven Type being traded within all traded Rivens.
Est. Sold N/A

This is a derived value, based on the comment from /u/ghoust4 on how to estimate the amount of Rivens sold.

It makes an assumption that a Riven with the same min, max, and average, with standard deviation of zero, should only have one Riven sold.

From there, a ratio can be calculated based on the popularity, and the formula is applied across all the other Rivens.

The source code for this project can be found on GitHub.

Click here to go back to the browser.