/LoungeRankJudgeAPI

This program is a web api that determines rank in the MK8DX 150cc and 200cc lounges based on mmr.

Primary LanguageTypeScriptMIT LicenseMIT

LoungeRankJudgeAPI

Powered by Next.js : https://nextjs.org/

概要 / Expanation

  • このプログラムはMK8DX 150ccラウンジ、200ccラウンジにおけるランクの判定をmmrをもとに出すweb apiです。
  • This program is a web api that determines rank in the MK8DX 150cc and 200cc lounges based on mmr.

使い方 / How to use?

Japanese

URLに以下の感じでアクセスすると使用することができます。

※ただし情報把握をできなかった都合上、150ccはシーズン9以降、200ccはシーズン6以降のみしか数を出せません。申し訳ありません。

例:https://lounge-rank-judge-api.vercel.app/api/s10/150ccRankJudge?mmr=15000

https://lounge-rank-judge-api.vercel.app/api/s[シーズン数]/[150か200か]ccRankJudge?mmr=[mmr数]

English

You can use it by accessing the URL with the following feeling.

*However, due to circumstances that prevented us from ascertaining the information, we can only provide information for 150cc after Season 9 and 200cc after Season 6. Our apologies.

Example : https://lounge-rank-judge-api.vercel.app/api/s10/150ccRankJudge?mmr=15000

https://lounge-rank-judge-api.vercel.app/api/s[number of seasons]/[150 or 200]ccRankJudge?mmr=[number of mmr]

参考にしたサイト / Refer sites