Interface APIRealmsIndex

Realms Index

/data/wow/realm/index

interface APIRealmsIndex {
    _links: linksStruct;
    realms: APIRealmsIndexEntry[];
}

Properties

Properties

_links: linksStruct