Unfortunately, with OpenAI's acquisition of Rockset, it has become unreasonable to migrate and maintain multiple copies of years-old data. For this reason, V1 and V2 will discontinued down on September 29th, 2024. If your applications depend on these versions, you need to migrate to V3 by this date to keep your application running.
Migration to V3:
- Category
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/category/creatures
- V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/category/creatures
- Breaking changes: The
food and non_food keys no longer exist. All entries are now siblings under a single array.
- All entries
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2
- V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium
- Breaking changes: Entries are no longer nested under categories. All entries are now siblings under a single array.
- Master mode entry
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/master_mode/entry/golden_bokoblin
- V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/master_mode/entry/golden_bokoblin
- Breaking changes: The
food and non_food keys no longer exist. All entries are now siblings under a single array.
- Entry
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/entry/horse
- V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/entry/horse
- Breaking changes: Probably none. See V3 entry schemas.
- Entry image
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/entry/horse/image
- V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/entry/horse/image
- Breaking changes: None
To see new V3 features, please look at the ticked boxes under #30.
Unfortunately, with OpenAI's acquisition of Rockset, it has become unreasonable to migrate and maintain multiple copies of years-old data. For this reason, V1 and V2 will discontinued down on September 29th, 2024. If your applications depend on these versions, you need to migrate to V3 by this date to keep your application running.
Migration to V3:
https://botw-compendium.herokuapp.com/api/v2/category/creatureshttps://botw-compendium.herokuapp.com/api/v3/compendium/category/creaturesfoodandnon_foodkeys no longer exist. All entries are now siblings under a single array.https://botw-compendium.herokuapp.com/api/v2https://botw-compendium.herokuapp.com/api/v3/compendiumhttps://botw-compendium.herokuapp.com/api/v2/master_mode/entry/golden_bokoblinhttps://botw-compendium.herokuapp.com/api/v3/compendium/master_mode/entry/golden_bokoblinfoodandnon_foodkeys no longer exist. All entries are now siblings under a single array.https://botw-compendium.herokuapp.com/api/v2/entry/horsehttps://botw-compendium.herokuapp.com/api/v3/compendium/entry/horsehttps://botw-compendium.herokuapp.com/api/v2/entry/horse/imagehttps://botw-compendium.herokuapp.com/api/v3/compendium/entry/horse/imageTo see new V3 features, please look at the ticked boxes under #30.