EZlion


Data retrieval, made easy

About


A data retrieval and translation project for Monster Hunter Frontier Z.

API Reference


See here for the API reference.

It is recommended to host the API yourself. You can do so by doing the following:

  1. 1. Fork the repository .
  2. 2. Deploy the project following the instructions here . Select app/ as the root of the project in Vercel Settings.
  3. 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 the GET 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 documentation here

.

Repository thumbnail