Interface APIAchievementsIndex

Achievements Index

/data/wow/achievement/index

interface APIAchievementsIndex {
    _links: linksStruct;
    achievements: refStruct[];
}

Properties

Properties

_links: linksStruct
achievements: refStruct[]