EZlion
Data retrieval, made easy
About
A data retrieval and translation project for Monster Hunter Frontier Z.
API Reference
Seehere for the API reference.
It is recommended to host the API yourself. You can do so by doing the following:
- 1. Fork therepository.
- 2. Deploy the project following the instructionshere. Select app/ as the root of the project in Vercel Settings.
- 3. Confirm if it worked correctly by checking the API Reference at
https://yourprojectname.vercel.app/docs
.
Usage
The API is static, you can only use theGET HTTP method.
We provide the following data, as an example:
Request: Get monster by id
Response:
Request:Get monsters
Response:
For more information, consult the documentationhere.
