IQminecraft

見ないで><

APi 一覧

せつめい

Baseurl : https://iqminecraft.net/api

randint

ランダムな数字を生成します

URL : /api/randint
Method : GET
Response : JSON
Parameter :

    {
      "min":1 //最小の整数
      "max":9 //最大の整数
    }
  

save

Internet archiveに投稿します

URL : /api/save
Method : POST
Response : JSON
Parameter :

    {
      "url": "https://example.com" //投稿したいURL
    }
  

google

Google検索をします

URL : /api/google
Method : POST
Response : JSON
Parameter :

    {
      "q": "Minecraft" //検索したいキーワード
    }