せつめい
Baseurl : https://iqminecraft.net/api
Baseurl : https://iqminecraft.net/api
ランダムな数字を生成します
URL : /api/randint
Method : GET
Response : JSON
Parameter :
{
"min":1 //最小の整数
"max":9 //最大の整数
}
Internet archiveに投稿します
URL : /api/save
Method : POST
Response : JSON
Parameter :
{
"url": "https://example.com" //投稿したいURL
}
Google検索をします
URL : /api/google
Method : POST
Response : JSON
Parameter :
{
"q": "Minecraft" //検索したいキーワード
}