ff14-advanced-market-search / saddlebag-with-pockets

This is the Frontend for the FF14 Marketplace

Home Page:https://saddlebagexchange.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WoW pet regional estimated marketshare

cohenaj194 opened this issue · comments

http://{{LOCAL}}/api/wow/petmarketshare

note for sortBy can be any value in the result columns and maxPrice

For pet categories, I will make more in the future. Right now the only one is -2 is crafted pets. I will also probably make -1 for vendor pets in the future, so making an object thats easy for me to add more categories to will be important.

post

{
    "region": "NA",
    "homeRealmName": "Thrall",
    "minPrice": 1000,
    "salesPerDay": 10,
    "includeCategories": [],
    "excludeCategories": [],
    "sortBy": "estimatedRegionMarketValue"
}

result

{
    "data": [
        {
            "avgTSMPrice": 175028.86,
            "estimatedRegionMarketValue": 2625432.9,
            "homeMinPrice": 193999.99,
            "itemID": 3530,
            "itemName": "Miloh",
            "link": "https://undermine.exchange/#us-thrall/82800-3530",
            "percentChange": 10.84,
            "salesPerDay": 15,
            "state": "stable"
        },
        {
            "avgTSMPrice": 61393.7,
            "estimatedRegionMarketValue": 2025992.1,
            "homeMinPrice": 28990.0,
            "itemID": 3537,
            "itemName": "Thimblerig",
            "link": "https://undermine.exchange/#us-thrall/82800-3537",
            "percentChange": -52.78,
            "salesPerDay": 33,
            "state": "decreasing"
        },
        {
            "avgTSMPrice": 99277.6,
            "estimatedRegionMarketValue": 1687719.2,
            "homeMinPrice": 104000.0,
            "itemID": 3235,
            "itemName": "Microlicid",
            "link": "https://undermine.exchange/#us-thrall/82800-3235",
            "percentChange": 4.76,
            "salesPerDay": 17,
            "state": "stable"
        }
    ]
}