プレイヤーの全曲レコードを取得することができます。

GET records/showall

通常譜面の全曲レコードを取得します。

エンドポイント

https://api.chunirec.net/2.0/records/showall.json

仕様

  • 応答形式: JSON
  • アクセストークン: 必須

パラメーター

名前 必須 説明 既定値
user_id 任意 ユーザー ID 7 (アクセストークン所持者のユーザー ID)
user_name 任意 ユーザー名 test (アクセストークン所持者のユーザー 名)
region 必須 地域識別子 jp2
token 必須 アクセストークン

リクエスト例

GET https://api.chunirec.net/2.0/records/showall.json?region=jp2&token=YOUR_TOKEN HTTP/1.1

応答例

Status: 200 OK

{
  "records": [
    {
      "id": "711eb337f4d4bcb0",
      "diff": "MAS",
      "level": 12,
      "title": "あ・え・い・う・え・お・あお!!",
      "const": 12.4,
      "score": 1009211,
      "rating": 14.4,
      "is_const_unknown": false,
      "is_clear": true,
      "is_fullcombo": true,
      "is_alljustice": false,
      "is_fullchain": false,
      "genre": "POPS&ANIME",
      "updated_at": "1970-01-01T09:00:00+0900",
      "is_played": true
    },
    {
      "id": "e7595766be8ddb20",
      "diff": "MAS",
      "level": 11.5,
      "title": "レッツゴー!陰陽師",
      "const": 11.9,
      "score": 1009214,
      "rating": 13.9,
      "is_const_unknown": false,
      "is_clear": true,
      "is_fullcombo": true,
      "is_alljustice": false,
      "is_fullchain": false,
      "genre": "VARIETY",
      "updated_at": "1970-01-01T09:00:00+0900",
      "is_played": true
    },
    {
      "id": "5fb48eded517775f",
      "diff": "MAS",
      "level": 12,
      "title": "つるぺったん",
      "const": 12.4,
      "score": 1008549,
      "rating": 14.4,
      "is_const_unknown": false,
      "is_clear": true,
      "is_fullcombo": false,
      "is_alljustice": false,
      "is_fullchain": false,
      "genre": "東方Project",
      "updated_at": "1970-01-01T09:00:00+0900",
      "is_played": true
    },
    {
      "id": "ca471fa4c1b21eec",
      "diff": "MAS",
      "level": 12,
      "title": "L'épilogue",
      "const": 12.5,
      "score": 1009572,
      "rating": 14.5,
      "is_const_unknown": false,
      "is_clear": true,
      "is_fullcombo": true,
      "is_alljustice": true,
      "is_fullchain": false,
      "genre": "ゲキマイ",
      "updated_at": "2021-11-03T18:31:02+0900",
      "is_played": true
    },
    {
      "id": "a40be95f9cdc373e",
      "diff": "MAS",
      "level": 13,
      "title": "アイリちゃんは暗黒魔導士!",
      "const": 13.3,
      "score": 1008877,
      "rating": 15.3,
      "is_const_unknown": false,
      "is_clear": true,
      "is_fullcombo": true,
      "is_alljustice": false,
      "is_fullchain": false,
      "genre": "ORIGINAL",
      "updated_at": "2021-11-16T19:02:41+0900",
      "is_played": true
    },
  ]
}

備考

  • user_id または user_name パラメーターを指定することで他人の情報を取得することが出来ます。省略するとアクセストークン所持者の情報が取得されます。
  • 存在しないユーザーにアクセスしようとした場合は 404 Not Found が返ります。
  • フレンド同士でない非公開ユーザーにアクセスしようとした場合は 403 Forbidden が返ります。
  • updated_at が示す UNIX 時間が 0 の場合、その時刻データは利用できないことを示しています。

GET records/worldsend

WORLD'S END 譜面の全曲レコードを取得します。

エンドポイント

https://api.chunirec.net/2.0/records/worldsend.json

仕様

  • 応答形式: JSON
  • アクセストークン: 必須

パラメーター

名前 必須 説明 既定値
user_id 任意 ユーザー ID 7 (アクセストークン所持者のユーザー ID)
user_name 任意 ユーザー名 test (アクセストークン所持者のユーザー 名)
region 必須 地域識別子 jp2
token 必須 アクセストークン

リクエスト例

GET https://api.chunirec.net/2.0/records/worldsend.json?region=jp2&token=YOUR_TOKEN HTTP/1.1

応答例

Status: 200 OK

{
  "records": [
    {
      "id": "b7317ede27096418",
      "diff": "WE",
      "level": 0,
      "title": "B.B.K.K.B.K.K.",
      "const": 0,
      "score": 943349,
      "rating": 0,
      "is_const_unknown": false,
      "is_clear": true,
      "is_fullcombo": false,
      "is_alljustice": false,
      "is_fullchain": false,
      "genre": "WORLD'S END",
      "updated_at": "2021-03-18T13:11:59+0900",
      "is_played": true
    },
    {
      "id": "e858fa8d4ead4585",
      "diff": "WE",
      "level": 0,
      "title": "チルノのパーフェクトさんすう教室",
      "const": 0,
      "score": 974318,
      "rating": 0,
      "is_const_unknown": false,
      "is_clear": true,
      "is_fullcombo": false,
      "is_alljustice": false,
      "is_fullchain": false,
      "genre": "WORLD'S END",
      "updated_at": "2021-11-16T19:02:41+0900",
      "is_played": true
    }
  ]
}

備考

  • user_id または user_name パラメーターを指定することで他人の情報を取得することが出来ます。省略するとアクセストークン所持者の情報が取得されます。
  • 存在しないユーザーにアクセスしようとした場合は 404 Not Found が返ります。
  • フレンド同士でない非公開ユーザーにアクセスしようとした場合は 403 Forbidden が返ります。
  • updated_at が示す UNIX 時間が 0 の場合、その時刻データは利用できないことを示しています。