This release adds support for the Housing and Neighborhoods Game Data APIs (WoW 11.2.7), plus new Profile endpoints for character housing.
New: Housing Game Data (wow.*)
- Decor —
decors(),decor(decorId),searchDecor(params) - Fixtures —
fixtures(),fixture(fixtureId),searchFixture(params) - Fixture hooks —
fixtureHooks(),fixtureHook(fixtureHookId),searchFixtureHook(params) - Rooms —
rooms(),room(roomId),searchRoom(params)
New: Neighborhoods Game Data (wow.*)
- Neighborhood maps —
neighborhoodMaps(),neighborhoodMap(neighborhoodMapId),neighborhood(neighborhoodMapId, neighborhoodId)
New: Profile – character housing
- Character collections —
characterCollectionDecor(realmSlug, characterName)— housing decor collected by a character - Character house —
characterHouse(realmSlug, characterName, houseNumber)— summary of a character’s house
Other
- Profile and Game Data error responses with empty or non-JSON bodies now throw a proper
APIErrorinstead of “Unexpected end of JSON input”.