Download OpenAPI specification:Download
fairlio は、ユーザにとって公平なガチャを提供するためのシステムです。
ガチャはダッシュボードから作成、確率を設定し、API を通じて抽選を行って、結果を取得することができます。
設定した確率や、実際にユーザが行った抽選は fairlio が提供するページから確認することができ、公平に抽選したことを証明することができます。
ガチャを回してアイテムを取得します。
| Idempotency-Key required | string Key to make each request idempotent. If you specify the same value, the same result will be returned whether the request contents match or do not match. |
| gachaId required | string (ValueGachaId) identifier of the gacha |
{- "gachaId": "20749359c20948aea6af42454565a0f820240201"
}{- "spin": {
- "spinId": "20749359c20948aea6af42454565a0f820240201",
- "gachaId": "20749359c20948aea6af42454565a0f820240201",
- "timestamp": "string",
- "generated": "string"
},
}回したガチャの結果を参照します。
| spinId required | string Identifier of the spin |
{- "spin": {
- "spinId": "20749359c20948aea6af42454565a0f820240201",
- "gachaId": "20749359c20948aea6af42454565a0f820240201",
- "timestamp": "string",
- "generated": "string"
},
}