MHWDB-API icon indicating copy to clipboard operation
MHWDB-API copied to clipboard

Source code for the Monster Hunter World API project

Results 25 MHWDB-API issues
Sort by recently updated
recently updated
newest added

hi ! Absolutly every translation (except english default) seems to work. everything is "null" exemple from the doc (in translation part) : https://mhw-db.com/zh-Hant/weapons/1. in there, every name are nulls.

Would be good to add layered armor "sets" to the API. Not sure if it makes sense to add this to the existing endpoints since the individual pieces of layered...

enhancement

Would be nice if items had sub-categories like `items` or `consumables`, `materials`, `ammo` and maybe a catch all of `miscellaneous`. There are _a lot_ of items in the game and...

enhancement

In the monster rewards section, we can already differentiate between high/low/master rank rewards. It would be good however to also add guiding lands rewards. This would basically be the shinies...

enhancement

## Changelog - Added `buyPrice` and `sellPrice` to items. - Consolidated database migrations. - Updated a large number of dependencies to remove deprecation notices. ## Deprecations - On items, `value`...

enhancement
deprecations

Would be good to add locations monsters can spawn in the Guiding Lands to the monster object. We can also include the spawn change for these based on the level...

enhancement

Would be good to have the area zones added to the locations endpoint and then also list out items that can be found in those zones (i.e. might seed, herbs,...

enhancement

I believe skills that have modifiers that are not always active (for instance, affinity sliding or heroics) should contain their rank modifiers. It should be up to a consumer of...

enhancement

Would be good to add feystone drop rates to all decorations. Since there's a fixed set of feystones, we can just have an object embedded in the decorations (maybe like...

enhancement

Some items can be purchased in the game. This should be indicated in the API with a `cost` or similar field for the items that can be bought. See [here](https://github.com/gatheringhallstudios/MHWorldData/blob/master/source_data/items/item_base.csv)...

enhancement
missing-data