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

WoW Pet Export search

Closed this issue · 4 comments

item data link and url endings

This one can just be used for the wow-pet-data for the search by name. I want url endings linking to this. For a default value we can set it very wide to show everything.

Url example:

http://saddlebagexchange.com/api/wow/pet-data/3390

default post data when using that url:

{
    "region": "NA",
    "petID": 3390,
    "populationWP": 1000,
    "populationBlizz": 0,
    "rankingWP": 90,
    "minPrice": 1,
    "maxQuantity": 100000,
    "sortBy": "minPrice",
    "connectedRealmIDs": {}
}

Similar to the listings api if connectedRealmIDs is not empty then we only search those realms.

{
    "region": "NA",
    "petID": 3390,
    "populationWP": 1000,
    "populationBlizz": 0,
    "rankingWP": 90,
    "minPrice": 1,
    "maxQuantity": 100000,
    "sortBy": "minPrice",
    "connectedRealmIDs": {
        "5": "Proudmoore",
        "9": "Kil'jaeden",
        "3725": "Gundrak"
    }
}

regular search

WoW pets are the opposite of ffxiv, in wow pets you buy on your home server and sell on any other server.
So the idea is you need to pick the best server by the minimum price and largest population for the best chance to sell.
This tells you what is the best server to sell on.

The output has 2 values:

  • data which is just a table that we will allow users to sort through
  • petInfo is a block of pet statistics we want to show at the top of the screen above the table

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

Note that the value of sortBy can be the following values

# sort by largest
["realmPopulationInt", "realmPopulationReal", "minPrice"]

# sort by smallest
["realmRanking", "itemQuantity", "connectedRealmNames"]

post

{
    "region": "NA",
    "petID": 3390,
    "populationWP": 10000,
    "populationBlizz": 1,
    "rankingWP": 90,
    "minPrice": 2000,
    "maxQuantity": 100,
    "sortBy": "minPrice",
    "connectedRealmIDs": {}
}

result

{
    "petInfo": {
        "avgMinPrice": 5105.22,
        "avgServerQuantity": 6,
        "historicPrice": 7204.03,
        "itemID": 3390,
        "itemName": "Sophic Amalgamation",
        "link": "https://oribos.exchange/#us-cairne/82800-3390",
        "medianMinPrice": 4734.99,
        "medianServerQuantity": 6,
        "salesPerDay": 31,
        "totalSelectedServerQuantity": 109
    },
    "data": [
        {
            "connectedRealmID": 1168,
            "connectedRealmNames": [
                "Cairne",
                "Cenarius",
                "Frostmane",
                "Korgath",
                "Ner'zhul",
                "Perenolde",
                "Tortheldrin"
            ],
            "itemQuantity": 4,
            "link": "https://oribos.exchange/#us-cairne/82800-3390",
            "minPrice": 10000.0,
            "realmPopulationInt": 2,
            "realmPopulationReal": 4771,
            "realmPopulationType": "HIGH",
            "realmRanking": 31
        },
        {
            "connectedRealmID": 3694,
            "connectedRealmNames": [
                "Lightbringer"
            ],
            "itemQuantity": 14,
            "link": "https://oribos.exchange/#us-lightbringer/82800-3390",
            "minPrice": 8383.35,
            "realmPopulationInt": 1,
            "realmPopulationReal": 3373,
            "realmPopulationType": "MEDIUM",
            "realmRanking": 59
        },
        {
            "connectedRealmID": 53,
            "connectedRealmNames": [
                "Eredar",
                "Gorefiend",
                "Hellscream",
                "Spinebreaker",
                "Wildhammer",
                "Zangarmarsh"
            ],
            "itemQuantity": 8,
            "link": "https://oribos.exchange/#us-hellscream/82800-3390",
            "minPrice": 6979.99,
            "realmPopulationInt": 3,
            "realmPopulationReal": 3918,
            "realmPopulationType": "FULL",
            "realmRanking": 43
        },
        {
            "connectedRealmID": 67,
            "connectedRealmNames": [
                "Auchindoun",
                "Cho'gall",
                "Elune",
                "Gilneas",
                "Laughing Skull"
            ],
            "itemQuantity": 7,
            "link": "https://oribos.exchange/#us-elune/82800-3390",
            "minPrice": 5899.67,
            "realmPopulationInt": 1,
            "realmPopulationReal": 3816,
            "realmPopulationType": "MEDIUM",
            "realmRanking": 45
        },
        {
            "connectedRealmID": 3726,
            "connectedRealmNames": [
                "Aman'Thul",
                "Dath'Remar",
                "Khaz'goroth"
            ],
            "itemQuantity": 3,
            "link": "https://oribos.exchange/#us-khazgoroth/82800-3390",
            "minPrice": 5798.44,
            "realmPopulationInt": 2,
            "realmPopulationReal": 6363,
            "realmPopulationType": "HIGH",
            "realmRanking": 25
        },
        {
            "connectedRealmID": 86,
            "connectedRealmNames": [
                "Borean Tundra",
                "Drak'thul",
                "Hydraxis",
                "Mok'Nathal",
                "Shadowsong",
                "Silvermoon",
                "Skywall",
                "Terenas"
            ],
            "itemQuantity": 5,
            "link": "https://oribos.exchange/#us-silvermoon/82800-3390",
            "minPrice": 5484.99,
            "realmPopulationInt": 2,
            "realmPopulationReal": 5730,
            "realmPopulationType": "HIGH",
            "realmRanking": 37
        },
        {
            "connectedRealmID": 55,
            "connectedRealmNames": [
                "Dentarg",
                "Whisperwind"
            ],
            "itemQuantity": 6,
            "link": "https://oribos.exchange/#us-whisperwind/82800-3390",
            "minPrice": 4999.99,
            "realmPopulationInt": 1,
            "realmPopulationReal": 3577,
            "realmPopulationType": "MEDIUM",
            "realmRanking": 23
        },
        {
            "connectedRealmID": 3209,
            "connectedRealmNames": [
                "Azralon"
            ],
            "itemQuantity": 6,
            "link": "https://oribos.exchange/#us-azralon/82800-3390",
            "minPrice": 4969.99,
            "realmPopulationInt": 3,
            "realmPopulationReal": 13439,
            "realmPopulationType": "FULL",
            "realmRanking": 11
        },
        {
            "connectedRealmID": 3721,
            "connectedRealmNames": [
                "Caelestrasz",
                "Nagrand",
                "Saurfang"
            ],
            "itemQuantity": 10,
            "link": "https://oribos.exchange/#us-caelestrasz/82800-3390",
            "minPrice": 4500.0,
            "realmPopulationInt": 2,
            "realmPopulationReal": 6236,
            "realmPopulationType": "HIGH",
            "realmRanking": 30
        },
        {
            "connectedRealmID": 84,
            "connectedRealmNames": [
                "Akama",
                "Antonidas",
                "Dragonmaw",
                "Eldre'Thalas",
                "Korialstrasz",
                "Mug'thol",
                "Uldum"
            ],
            "itemQuantity": 5,
            "link": "https://oribos.exchange/#us-dragonmaw/82800-3390",
            "minPrice": 4000.0,
            "realmPopulationInt": 2,
            "realmPopulationReal": 4596,
            "realmPopulationType": "HIGH",
            "realmRanking": 32
        },
        {
            "connectedRealmID": 3661,
            "connectedRealmNames": [
                "Hyjal"
            ],
            "itemQuantity": 6,
            "link": "https://oribos.exchange/#us-hyjal/82800-3390",
            "minPrice": 3999.98,
            "realmPopulationInt": 2,
            "realmPopulationReal": 5790,
            "realmPopulationType": "HIGH",
            "realmRanking": 16
        },
        {
            "connectedRealmID": 11,
            "connectedRealmNames": [
                "Tichondrius"
            ],
            "itemQuantity": 9,
            "link": "https://oribos.exchange/#us-tichondrius/82800-3390",
            "minPrice": 3333.99,
            "realmPopulationInt": 3,
            "realmPopulationReal": 19990,
            "realmPopulationType": "FULL",
            "realmRanking": 6
        },
        {
            "connectedRealmID": 162,
            "connectedRealmNames": [
                "Emerald Dream"
            ],
            "itemQuantity": 4,
            "link": "https://oribos.exchange/#us-emerald-dream/82800-3390",
            "minPrice": 3333.8,
            "realmPopulationInt": 2,
            "realmPopulationReal": 5509,
            "realmPopulationType": "HIGH",
            "realmRanking": 17
        },
        {
            "connectedRealmID": 52,
            "connectedRealmNames": [
                "Alleria",
                "Exodar",
                "Khadgar",
                "Medivh"
            ],
            "itemQuantity": 8,
            "link": "https://oribos.exchange/#us-alleria/82800-3390",
            "minPrice": 3333.33,
            "realmPopulationInt": 1,
            "realmPopulationReal": 3244,
            "realmPopulationType": "MEDIUM",
            "realmRanking": 33
        },
        {
            "connectedRealmID": 9,
            "connectedRealmNames": [
                "Kil'jaeden"
            ],
            "itemQuantity": 6,
            "link": "https://oribos.exchange/#us-kiljaeden/82800-3390",
            "minPrice": 3333.0,
            "realmPopulationInt": 1,
            "realmPopulationReal": 3375,
            "realmPopulationType": "MEDIUM",
            "realmRanking": 24
        },
        {
            "connectedRealmID": 3684,
            "connectedRealmNames": [
                "Mal'Ganis"
            ],
            "itemQuantity": 8,
            "link": "https://oribos.exchange/#us-malganis/82800-3390",
            "minPrice": 3333.0,
            "realmPopulationInt": 3,
            "realmPopulationReal": 18405,
            "realmPopulationType": "FULL",
            "realmRanking": 4
        }
    ]
}

@cohenaj194 Where do we get just the pet names?

@cohenaj194 Where do we get just the pet names?

Oh @oldben87 I'm sorry this is confusing, maybe I should fix all the names of everything up a bit.

So first of all its called pets but really it works for everything. The original design was just for wow pets, but then the actual game changed so this is now useful for everything.

The actual names come from the same http://{{LOCAL}}/api/wow/itemnames as everything else.

You will also note I made some changes to this, I updated the api so now it works for everything.

@cohenaj194 Where do we get just the pet names?

give me like 30 min and ill fix it all to make this less confusing

I'm just going to close this one out @oldben87 and make a brand new ticket thats less confusing