Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wow out of stock search #479

Open
cohenaj194 opened this issue Jul 27, 2024 · 0 comments
Open

wow out of stock search #479

cohenaj194 opened this issue Jul 27, 2024 · 0 comments
Assignees

Comments

@cohenaj194
Copy link
Contributor

make a react page for this

http://api.saddlebagexchange.com/api/wow/outofstock

{
    "region": "NA",
    "salesPerDay": 0.2,
    "avgPrice": 1000,
    "minMarketValue": 100000,
    "populationWP": 3000,
    "populationBlizz": 1,
    "rankingWP": 90,
    "includeCategories": [],
    "excludeCategories": []
}

example output

{
    "data": [
        {
            "itemID": 194641,
            "itemName": "Design: Elemental Lariat",
            "item_class": 9,
            "item_subclass": 10,
            "itemQuality": 3,
            "historicPrice": 1017439.22,
            "salesPerDay": 0.88,
            "marketValue": 895346.51,
            "connectedRealmId": 5,
            "realmNames": "Proudmoore",
            "popBlizz": 3,
            "popWoWProgress": 14884,
            "rankWoWProgress": 14
        },
        {
            "itemID": 194641,
            "itemName": "Design: Elemental Lariat",
            "item_class": 9,
            "item_subclass": 10,
            "itemQuality": 3,
            "historicPrice": 1017439.22,
            "salesPerDay": 0.88,
            "marketValue": 895346.51,
            "connectedRealmId": 9,
            "realmNames": "Kil'jaeden",
            "popBlizz": 1,
            "popWoWProgress": 3375,
            "rankWoWProgress": 23
        }
... etc ...
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants