특정 유져 정보 조회
GET
http://{leaderboard-external-domain}/v1.0/leaderboard/user
Headers
Name
Type
Description
Query params
Name
Type
Description
auid
int64
특 유져 auid
Response
{
"return": 0,
"message": "success",
"value": {
"team": {
"id": 101,
"auid": 26,
"team_index": 0,
"char_slot_1": {
"char_slot": 7871,
"thumbnail": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/thumbnail/baphomet_swordsman.png",
"grade": 4,
"name": "Baphomet_Swordsman",
"background_image": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/char_frame/bg_profile_1_4.png"
},
"char_slot_2": {
"char_slot": 7872,
"thumbnail": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/thumbnail/loliruri_swordsman.png",
"grade": 4,
"name": "Loliruri_Swordsman",
"background_image": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/char_frame/bg_profile_1_4.png"
},
"char_slot_3": {
"char_slot": 6968,
"thumbnail": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/thumbnail/ninetail_magician.png",
"grade": 3,
"name": "Ninetail_Magician",
"background_image": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/char_frame/bg_profile_1_3.png"
},
"char_slot_4": {
"char_slot": 6370,
"thumbnail": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/thumbnail/moonlight_swordsman.png",
"grade": 3,
"name": "Moonlight_Swordsman",
"background_image": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/char_frame/bg_profile_1_3.png"
},
"dice_slot_1": {
"dice_slot": 13001,
"thumbnail": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/thumbnail_dice/dicethumb_golem_01.png",
"grade": 2,
"name": "golem"
}
},
"build_cards": [
{
"id": 591,
"auid": 26,
"card_id": 322101,
"level": 1,
"insert_time": "2025-07-14T13:30:25.543Z",
"name": "마카롱 프리오니",
"grade": 2,
"thumbnail": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/buildingcard/cha_ground_4_1.png"
},
{
"id": 592,
"auid": 26,
"card_id": 108101,
"level": 1,
"insert_time": "2025-07-14T13:30:31.409Z",
"name": "마크부스 구미호",
"grade": 1,
"thumbnail": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ragmon/asset/buildingcard/cha_fire_6_1.png"
}
]
}
}
curl --location 'https://localhost:51161/v1.0/leaderboard/user?auid=26'
Last updated