Jump to content
Dante Unbound: Share Bug Reports and Feedback Here! ×
  • 0

Where can I find externally-facing data websites for weapon/arcane stats?


LeakingAmps

Question

I want to make myself a Discord bot to answer simple questions (such as what's the crit chance of Guandao Prime), as well as more complex questions (What current fissure missions drop relics for Nezha Prime, and what are their drop rates per round?).

The second example is easy; I check if I have a recently cached local copy of the drop tables (https://n8k6e2y6.ssl.hwcdn.net/repos/hnfvc0o3jnfvc873njb03enrf56.html#relicRewards), then I just scan through it, pull aside things I'm interested in, group, sort, refine my search, and highlight results before returning them to discord.

The first example though, is much harder, as I've been unable to find a website like the drop tables for weapon stats, arcane stats, etc. There was one for a bit at http://content.warframe.com/MobileExport/Manifest/ExportWeapons.json, but that's now a 404, and I never found one for arcanes. (Don't even remember where I found that link; this was maybe 8 months ago).

 

Does such a site exist, and where would I find it? If not, what are my options? I'd rather avoid scrubbing the Wiki if I can, since that's a bit more of a headache than I'd like.

I do know about the worldstate page (http://content.warframe.com/dynamic/worldState.php), but that's not helpful to me here, since it only contains 'live' data, that's expected to change frequently and is not account-linked, like announcements, missions, and market deals.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

2 hours ago, taiiat said:

on the Wiki we have Data Sheets for all of our Data of that type, so perhaps this Sheet is of use to you?
https://warframe.fandom.com/wiki/Module:Weapons/data

we don't use a Sheet for Arcanes, though.

That's a lot easier than going through each and every wiki page! Thank you!

I'm assuming https://warframe.fandom.com/wiki/Module:Warframes/data is for warframe data?

Any suggestions for Arcanes? Zaw parts? Mod stats (*really* don't wanna hand-enter 1200 mods)?

Either way, these help a ton, thanks again!

Link to comment
Share on other sites

34 minutes ago, LeakingAmps said:

I'm assuming 'Module:Warframes/data' is for warframe data?

Any suggestions for Arcanes? Zaw parts? Mod stats (*really* don't wanna hand-enter 1200 mods)?

yep. naming schemes are generally consistent.

hmm. we don't use full Sheets for those things, they all have individual Articles. someone perhaps has already created such a Database, but i've never needed such a thing.
we do though, have Category pages for sections of Mods, and they might be in a somewhat machine parseable state for you.
for example.
https://warframe.fandom.com/wiki/Category:Auras
https://warframe.fandom.com/wiki/Category:PvP_Mods
https://warframe.fandom.com/wiki/Category:Primed_Mods
https://warframe.fandom.com/wiki/Category:Corrupted_Mods
https://warframe.fandom.com/wiki/Category:Nightmare_Mode_Mods
https://warframe.fandom.com/wiki/Category:Exilus_Mods

it's not a full Datasheet, but there is a structure that should be machine parseable so that atleast most of the information you'll need on hand can be processed without entering it manually.

 

oh, we do actually have a sheet for Arcanes. but we don't have all of the data in the Sheet, only some of it, and some is entered manually... *massages head*
https://warframe.fandom.com/wiki/Module:Arcane/data

Link to comment
Share on other sites

Just now, taiiat said:

yep. naming schemes are generally consistent.

hmm. we don't use full Sheets for those things, they all have individual Articles. someone perhaps has already created such a Database, but i've never needed such a thing.
we do though, have Category pages for sections of Mods, and they might be in a somewhat machine parseable state for you.
for example.
https://warframe.fandom.com/wiki/Category:Auras
https://warframe.fandom.com/wiki/Category:PvP_Mods
https://warframe.fandom.com/wiki/Category:Primed_Mods
https://warframe.fandom.com/wiki/Category:Corrupted_Mods
https://warframe.fandom.com/wiki/Category:Nightmare_Mode_Mods
https://warframe.fandom.com/wiki/Category:Exilus_Mods

it's not a full Datasheet, but there is a structure that should be machine parseable so that atleast most of the information you'll need on hand can be processed without entering it manually.

 

oh, we do actually have a sheet for Arcanes. but we don't have all of the data in the Sheet, only some of it, and some is entered manually... *massages head*
https://warframe.fandom.com/wiki/Module:Arcane/data

Looks like a wiki scrubber is the way to go then. https://warframe.fandom.com/wiki/Mod, looks like it has all the tables you just linked; and local caching should mean I only have to do a scrub once at least.

Looks like all Arcanes' data is actually on the category page: https://warframe.fandom.com/wiki/Arcane_Enhancement

Thanks for your help!

Link to comment
Share on other sites

1 hour ago, LeakingAmps said:

Looks like all Arcanes' data is actually on the category page:

sortof, but some of the data isn't in the Source of the Article itself but is pulled from the Sheet.
compare:

aVEZNqk.png

5V3Prlg.png

the Article may suffice, just don't know if the Text is all you're looking for or if you also want relevant Image Assets alongside.

Link to comment
Share on other sites

18 hours ago, taiiat said:

sortof, but some of the data isn't in the Source of the Article itself but is pulled from the Sheet.
 

...

the Article may suffice, just don't know if the Text is all you're looking for or if you also want relevant Image Assets alongside.

I'm just looking for stats; not really concerned about images atm

Also looked at https://github.com/WFCD/, but it looks like the json files for the Mobile App they used aren't there anymore? I could get their data, but I'd rather not rely on a third party for that.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...