Interface APIRegionsIndex

Regions Index

/data/wow/region/index

interface APIRegionsIndex {
    _links: linksStruct;
    regions: hrefStruct[];
}

Properties

Properties

_links: linksStruct
regions: hrefStruct[]