イベント情報参照のWebAPIです
注意:レスポンスに30秒かかることがあります (サーバーのスリープ)
https://kakupla.herokuapp.com/api/v1/events
パラメータNo | 名前 | 説明 | 必須 |
---|---|---|---|
1 | game |
ゲームを選択 選択しない場合は全てのゲームを返します 選択肢)DFCI、UNI_st、UNI_clr |
|
2 | start_date |
start_date ~ end_date間のイベントを検索 入力しない場合は今月のイベントを返します 入力する時はstart_dateとend_date両方を指定があります 例)2020-7-30 |
|
3 | end_date | start_dateの説明参照 |
[ { "id": 1, "title": "テストタイトル", "content": "テスト説明\n", "start_at": "2020-07-07T06:00:00.000+09:00", "end_at": "2020-07-07T06:00:00.000+09:00", "deadline_at": "2020-07-07T08:00:00.000+09:00", "live_url": "", "upload_url": "https://www.youtube.com/playlist?list=PLxKvzZPA5xSJpOYIsm570KkYO0HyQIbiU", "brackets": [ { "id": 1, "team_volume": null, "team_set": null, "elimination": null, "eventtype": { "id": 1, "event_type": "freeplay" }, { "id": 2, "team_volume": null, "team_set": null, "elimination": null, "eventtype": { "id": 2, "event_type": "intrasquad_game" }, { "id": 3, "team_volume": 2, "team_set": "fixed", "elimination": "double", "eventtype": { "id": 3, "event_type": "tournament" } } ], "place": { "id": 1, "name": "家庭用ネットPS3/PS4", "nickname": "熱帯PS3/PS4", "nearest_station": [ "" ], "prefecture": "日本全国", "region": "日本全国" }, "game": { "gametitle": "UNDER NIGHT IN-BIRTH Exe:Late[cl-r]", "short_gametitle": "UNI_clr" } } ]