ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
4 stars 6 forks source link

missing hardcore realms and ids need to find em #57

Open cohenaj194 opened 4 months ago

cohenaj194 commented 4 months ago

https://dotesports.com/wow/news/all-wow-classic-hardcore-realms

NA:

EU

cohenaj194 commented 4 months ago

So blizzard has no information, but tsm has tthe followiing. Unfourtunately the ids seem to be for TSM and not the blizzard api. When I try these ids for the namespace dynamic-classic1x-us or dynamic-classic-us it doesnt work.

[
        {
            "regionId": 18,
            "name": "Europe",
            "regionPrefix": "eu",
            "gmtOffset": 0,
            "gameVersion": "Classic Era - Hardcore",
            "lastModified": 1710376503,
            "realms": [
                {
                    "realmId": 1053,
                    "name": "Stitches",
                    "localizedName": "Stitches",
                    "locale": "en_GB",
                    "auctionHouses": [
                        {
                            "auctionHouseId": 482,
                            "type": "Horde",
                            "lastModified": 1710425056
                        },
                        {
                            "auctionHouseId": 481,
                            "type": "Alliance",
                            "lastModified": 1710425056
                        }
                    ]
                },
                {
                    "realmId": 1054,
                    "name": "Nek'Rosh",
                    "localizedName": "Nek'Rosh",
                    "locale": "en_GB",
                    "auctionHouses": [
                        {
                            "auctionHouseId": 484,
                            "type": "Horde",
                            "lastModified": 1710425056
                        },
                        {
                            "auctionHouseId": 483,
                            "type": "Alliance",
                            "lastModified": 1710425056
                        }
                    ]
                }
            ]
        },
        {
            "regionId": 17,
            "name": "North America",
            "regionPrefix": "us",
            "gmtOffset": -8,
            "gameVersion": "Classic Era - Hardcore",
            "lastModified": 1710405350,
            "realms": [
                {
                    "realmId": 1051,
                    "name": "Skull Rock",
                    "localizedName": "Skull Rock",
                    "locale": "en_US",
                    "auctionHouses": [
                        {
                            "auctionHouseId": 477,
                            "type": "Alliance",
                            "lastModified": 1710427505
                        },
                        {
                            "auctionHouseId": 478,
                            "type": "Horde",
                            "lastModified": 1710427505
                        }
                    ]
                },
                {
                    "realmId": 1052,
                    "name": "Defias Pillager",
                    "localizedName": "Defias Pillager",
                    "locale": "en_US",
                    "auctionHouses": [
                        {
                            "auctionHouseId": 480,
                            "type": "Horde",
                            "lastModified": 1710427506
                        },
                        {
                            "auctionHouseId": 479,
                            "type": "Alliance",
                            "lastModified": 1710427508
                        }
                    ]
                }
            ]
        }

]