Monster Hunter API

MH-API v0.1.0

Monster Hunter API

API Information

Version: v0.1.0

License: MIT License

License URL: https://opensource.org/license/MIT

Base URL: https://api.mh-api.com/v1

Endpoints

GET/monsters

Search Monsters (Multiple)

Search for monsters and retrieve multiple monsters matching the criteria

Parameters:

NameLocationTypeRequiredDescription
MonsterIdsquerystringNoMonster ID
MonsterNamequerystringNoMonster name
limitqueryintegerNoNumber of records to retrieve
offsetqueryintegerNoStarting position
sortquerystringNoSort order
GET/monsters/:monsterid

Search Monster (Single)

Search for a monster and retrieve a single monster matching the criteria

Parameters:

NameLocationTypeRequiredDescription
monsteridpathstringYesMonster ID

Response Schemas

monster

PropertyTypeDescription
monster_idstringMonster ID
namestringMonster name
another_namestringMonster alternative name
categorystringMonster category
rankingarray<Object>モンスター総選挙の順位
titlearray<string>登場作品
image_urlstringMonster image URL
bgmarray<Object>モンスターのBGM

Error Responses

Status CodeDescription
400Bad Request - The request is invalid
404Not Found - The resource was not found
500Internal Server Error - Server internal error