Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A data retrieval and translation project for Monster Hunter Frontier Z

License

NotificationsYou must be signed in to change notification settings

DorielRivalet/ezlion

Repository files navigation

Data retrieval, made easy.

  • NuGetNuGet
  • npmnpm

A data retrieval and translation project for Monster Hunter Frontier Z

API

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 athttps://yourprojectname.vercel.app/docs.

Usage

The API is static, you can only use theGET HTTP method.

We provide the following data, for example:

  • Request: Get monster by id
curl https://yourprojectname.vercel.app/api/v0/monsters/1
  • Response:
{"id":1,"name":"Rathian" }
  • Request: Get monsters
curl https://yourprojectname.vercel.app/api/v0/monsters
  • Response:
{"results": [    {"id":0,"name":"None" },    {"id":1,"name":"Rathian" },    {"id":2,"name":"Rathalos" }  ],"metadata": {"readonly":true,"repository":"https://github.com/DorielRivalet/ezlion"  }}

For more information, consult the documentationhere.


[8]ページ先頭

©2009-2025 Movatter.jp