MHWDB API Versions Save

Source code for the Monster Hunter World API project

1.10.0

6 years ago

Changelog

  • Added the crafting field to armor.
  • Removed fields deprecated by v1.8.0.
  • Fixed a bug wherein fields whose value was an empty object would be output as empty arrays.

Breaking Changes

  • Removed Armor.attributes.resist* fields.
  • Removed Armor.attributes.slotsRank* fields.
  • Removed Armor.attributes.defense field.
  • Removed Weapon.attributes.sharpness* fields.

1.9.2

6 years ago

Changelog

  • Fixed a bug wherein values in ArmorSet.pieces did not have all the fields that normal armor pieces do.

1.9.1

6 years ago

Changelog

  • Added the white field to Weapon.sharpness.
  • Weapons that boost defense (such as "Barroth Blaster 3") will now provide that value in attributes.defense.

1.9.0

6 years ago

Changelog

  • Sharpness values for all melee weapons are now available in the sharpness field.
  • Weapon element types are now available in a dedicated elements field.
  • Decorations now support granting more than one skill rank per decoration. This information is available in the skills field.
  • Added the ranks field to charms, which details the available levels of charm, as well as the skills each level provides.
  • Crafting information is now available on charms in the crafting field.
  • Rarity for charm ranks is now available in the rarity field.

Breaking Changes

  • The skill field no longer exists on charms.
  • Charm IDs have been altered.

Deprecations

  • On weapons, the attributes.sharpness* fields are now deprecated, and will be removed 2018-05-12.
  • On weapons, attributes.element* fields are now deprecated, and will be removed on 2018-05-12.
  • On decorations, the skill field is now deprecated, and will be removed on 2018-05-12.

1.8.0

6 years ago

Changelog

  • Elemental resistance data is now available in the resistances field on armor.
  • Slot data is now available in the slots field on armor.
  • Slot data is now available in the slots field on weapons.
  • All defense breakpoint values are now available in the defense field.

Deprecated

  • On Armor objects, attributes.resist* fields will be removed on May 5th, 2018. Please update your application to use the new resistances field instead.
  • On Armor objects, attributes.slotsRank# fields will be removed on May 5th, 2018. Please update your application to use the new slots field instead.
  • On Weapon objects, attributes.slotsRank# fields will be removed on May 5th, 2018. Please update your application to use the new slots field instead.
  • On Armor objects, attributes.defense is now deprecated, and will be removed on May 5th, 2018. Update your application to use the defense.* fields instead.

1.7.0

6 years ago

Changelog

  • Added armor set bonus skills.
  • Standardized entity normalization.

1.6.3

6 years ago

Changelog

  • Added skillName field to SkillRank objects on armor.
  • Fixed searching against armor assets URIs.

1.6.2

6 years ago

Changelog

  • Fixed the DB snapshot in v1.6.1 not containing elderseal values.

1.6.1

6 years ago

Changelog

  • Added secondary element fields to weapons.
  • Updated API data for weapons, items, and elderseal values.

1.6.0

6 years ago

Changelog

  • Added image assets to armor.
  • Removed outdated snapshots.