Interface APIConnectedRealmsIndex

Connected Realms Index

/data/wow/connected-realm/index

interface APIConnectedRealmsIndex {
    _links: linksStruct;
    connected_realms: refStruct[];
}

Properties

_links: linksStruct
connected_realms: refStruct[]