Player Lookup
curl --request POST \
--url https://api.example.com/player/lookup \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"bedwars": {
"activeBedDestroy": "<string>",
"activeDeathCry": "<string>",
"activeGlyph": "<string>",
"activeIslandTopper": "<string>",
"activeKillEffect": "<string>",
"activeKillMessages": "<string>",
"activeNPCSkin": "<string>",
"activeProjectileTrail": "<string>",
"activeSprays": "<string>",
"activeVictoryDance": "<string>",
"activeWoodType": "<string>",
"bedwars_exp": 123,
"bedwars_level": 123,
"displayname": "<string>",
"eight_one_beds_broken_bedwars": 123,
"eight_one_beds_lost_bedwars": 123,
"eight_one_deaths_bedwars": 123,
"eight_one_final_deaths_bedwars": 123,
"eight_one_final_kills_bedwars": 123,
"eight_one_kills_bedwars": 123,
"eight_one_losses_bedwars": 123,
"eight_one_wins_bedwars": 123,
"eight_two_beds_broken_bedwars": 123,
"eight_two_beds_lost_bedwars": 123,
"eight_two_deaths_bedwars": 123,
"eight_two_final_deaths_bedwars": 123,
"eight_two_final_kills_bedwars": 123,
"eight_two_kills_bedwars": 123,
"eight_two_losses_bedwars": 123,
"eight_two_wins_bedwars": 123,
"four_four_beds_broken_bedwars": 123,
"four_four_beds_lost_bedwars": 123,
"four_four_deaths_bedwars": 123,
"four_four_final_deaths_bedwars": 123,
"four_four_final_kills_bedwars": 123,
"four_four_kills_bedwars": 123,
"four_four_losses_bedwars": 123,
"four_four_wins_bedwars": 123,
"four_three_beds_broken_bedwars": 123,
"four_three_beds_lost_bedwars": 123,
"four_three_deaths_bedwars": 123,
"four_three_final_deaths_bedwars": 123,
"four_three_final_kills_bedwars": 123,
"four_three_kills_bedwars": 123,
"four_three_losses_bedwars": 123,
"four_three_wins_bedwars": 123,
"linked_discord": "<string>",
"overall_beds_broken_bedwars": 123,
"overall_beds_lost_bedwars": 123,
"overall_deaths_bedwars": 123,
"overall_final_deaths_bedwars": 123,
"overall_final_kills_bedwars": 123,
"overall_kills_bedwars": 123,
"overall_losses_bedwars": 123,
"overall_wins_bedwars": 123,
"player_rank": "<string>",
"quickbuy": "<string>",
"updated_at": "<string>",
"uuid": "<string>"
},
"difference": 123,
"game_mode": "<string>",
"live_status": true,
"skywars": {
"activeKit_SOLO": "<string>",
"activeKit_SOLO_random": true,
"activeKit_TEAMS": "<string>",
"activeKit_TEAMS_random": true,
"active_balloon": "<string>",
"active_cage": "<string>",
"active_deathcry": "<string>",
"active_killeffect": "<string>",
"active_killmessages": "<string>",
"active_projectiletrail": "<string>",
"active_sprays": "<string>",
"active_victorydance": "<string>",
"displayname": "<string>",
"heads": 123,
"kills": 123,
"last_lobby_seen": "<string>",
"level": 123,
"player_rank": "<string>",
"seen_at": "<string>",
"updated_at": "<string>",
"uuid": "<string>",
"void_kills": 123
}
}
'{
"difference": 123,
"results": [
{
"activeBedDestroy": "<string>",
"activeDeathCry": "<string>",
"activeGlyph": "<string>",
"activeIslandTopper": "<string>",
"activeKillEffect": "<string>",
"activeKillMessages": "<string>",
"activeNPCSkin": "<string>",
"activeProjectileTrail": "<string>",
"activeSprays": "<string>",
"activeVictoryDance": "<string>",
"activeWoodType": "<string>",
"bedwars_exp": 123,
"bedwars_level": 123,
"displayname": "<string>",
"eight_one_beds_broken_bedwars": 123,
"eight_one_beds_lost_bedwars": 123,
"eight_one_deaths_bedwars": 123,
"eight_one_final_deaths_bedwars": 123,
"eight_one_final_kills_bedwars": 123,
"eight_one_kills_bedwars": 123,
"eight_one_losses_bedwars": 123,
"eight_one_wins_bedwars": 123,
"eight_two_beds_broken_bedwars": 123,
"eight_two_beds_lost_bedwars": 123,
"eight_two_deaths_bedwars": 123,
"eight_two_final_deaths_bedwars": 123,
"eight_two_final_kills_bedwars": 123,
"eight_two_kills_bedwars": 123,
"eight_two_losses_bedwars": 123,
"eight_two_wins_bedwars": 123,
"four_four_beds_broken_bedwars": 123,
"four_four_beds_lost_bedwars": 123,
"four_four_deaths_bedwars": 123,
"four_four_final_deaths_bedwars": 123,
"four_four_final_kills_bedwars": 123,
"four_four_kills_bedwars": 123,
"four_four_losses_bedwars": 123,
"four_four_wins_bedwars": 123,
"four_three_beds_broken_bedwars": 123,
"four_three_beds_lost_bedwars": 123,
"four_three_deaths_bedwars": 123,
"four_three_final_deaths_bedwars": 123,
"four_three_final_kills_bedwars": 123,
"four_three_kills_bedwars": 123,
"four_three_losses_bedwars": 123,
"four_three_wins_bedwars": 123,
"linked_discord": "<string>",
"overall_beds_broken_bedwars": 123,
"overall_beds_lost_bedwars": 123,
"overall_deaths_bedwars": 123,
"overall_final_deaths_bedwars": 123,
"overall_final_kills_bedwars": 123,
"overall_kills_bedwars": 123,
"overall_losses_bedwars": 123,
"overall_wins_bedwars": 123,
"player_rank": "<string>",
"quickbuy": "<string>",
"updated_at": "<string>",
"uuid": "<string>"
}
]
}Player
Player Lookup
Retrieves player data based on game mode and applied filters.
POST
/
player
/
lookup
Player Lookup
curl --request POST \
--url https://api.example.com/player/lookup \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"bedwars": {
"activeBedDestroy": "<string>",
"activeDeathCry": "<string>",
"activeGlyph": "<string>",
"activeIslandTopper": "<string>",
"activeKillEffect": "<string>",
"activeKillMessages": "<string>",
"activeNPCSkin": "<string>",
"activeProjectileTrail": "<string>",
"activeSprays": "<string>",
"activeVictoryDance": "<string>",
"activeWoodType": "<string>",
"bedwars_exp": 123,
"bedwars_level": 123,
"displayname": "<string>",
"eight_one_beds_broken_bedwars": 123,
"eight_one_beds_lost_bedwars": 123,
"eight_one_deaths_bedwars": 123,
"eight_one_final_deaths_bedwars": 123,
"eight_one_final_kills_bedwars": 123,
"eight_one_kills_bedwars": 123,
"eight_one_losses_bedwars": 123,
"eight_one_wins_bedwars": 123,
"eight_two_beds_broken_bedwars": 123,
"eight_two_beds_lost_bedwars": 123,
"eight_two_deaths_bedwars": 123,
"eight_two_final_deaths_bedwars": 123,
"eight_two_final_kills_bedwars": 123,
"eight_two_kills_bedwars": 123,
"eight_two_losses_bedwars": 123,
"eight_two_wins_bedwars": 123,
"four_four_beds_broken_bedwars": 123,
"four_four_beds_lost_bedwars": 123,
"four_four_deaths_bedwars": 123,
"four_four_final_deaths_bedwars": 123,
"four_four_final_kills_bedwars": 123,
"four_four_kills_bedwars": 123,
"four_four_losses_bedwars": 123,
"four_four_wins_bedwars": 123,
"four_three_beds_broken_bedwars": 123,
"four_three_beds_lost_bedwars": 123,
"four_three_deaths_bedwars": 123,
"four_three_final_deaths_bedwars": 123,
"four_three_final_kills_bedwars": 123,
"four_three_kills_bedwars": 123,
"four_three_losses_bedwars": 123,
"four_three_wins_bedwars": 123,
"linked_discord": "<string>",
"overall_beds_broken_bedwars": 123,
"overall_beds_lost_bedwars": 123,
"overall_deaths_bedwars": 123,
"overall_final_deaths_bedwars": 123,
"overall_final_kills_bedwars": 123,
"overall_kills_bedwars": 123,
"overall_losses_bedwars": 123,
"overall_wins_bedwars": 123,
"player_rank": "<string>",
"quickbuy": "<string>",
"updated_at": "<string>",
"uuid": "<string>"
},
"difference": 123,
"game_mode": "<string>",
"live_status": true,
"skywars": {
"activeKit_SOLO": "<string>",
"activeKit_SOLO_random": true,
"activeKit_TEAMS": "<string>",
"activeKit_TEAMS_random": true,
"active_balloon": "<string>",
"active_cage": "<string>",
"active_deathcry": "<string>",
"active_killeffect": "<string>",
"active_killmessages": "<string>",
"active_projectiletrail": "<string>",
"active_sprays": "<string>",
"active_victorydance": "<string>",
"displayname": "<string>",
"heads": 123,
"kills": 123,
"last_lobby_seen": "<string>",
"level": 123,
"player_rank": "<string>",
"seen_at": "<string>",
"updated_at": "<string>",
"uuid": "<string>",
"void_kills": 123
}
}
'{
"difference": 123,
"results": [
{
"activeBedDestroy": "<string>",
"activeDeathCry": "<string>",
"activeGlyph": "<string>",
"activeIslandTopper": "<string>",
"activeKillEffect": "<string>",
"activeKillMessages": "<string>",
"activeNPCSkin": "<string>",
"activeProjectileTrail": "<string>",
"activeSprays": "<string>",
"activeVictoryDance": "<string>",
"activeWoodType": "<string>",
"bedwars_exp": 123,
"bedwars_level": 123,
"displayname": "<string>",
"eight_one_beds_broken_bedwars": 123,
"eight_one_beds_lost_bedwars": 123,
"eight_one_deaths_bedwars": 123,
"eight_one_final_deaths_bedwars": 123,
"eight_one_final_kills_bedwars": 123,
"eight_one_kills_bedwars": 123,
"eight_one_losses_bedwars": 123,
"eight_one_wins_bedwars": 123,
"eight_two_beds_broken_bedwars": 123,
"eight_two_beds_lost_bedwars": 123,
"eight_two_deaths_bedwars": 123,
"eight_two_final_deaths_bedwars": 123,
"eight_two_final_kills_bedwars": 123,
"eight_two_kills_bedwars": 123,
"eight_two_losses_bedwars": 123,
"eight_two_wins_bedwars": 123,
"four_four_beds_broken_bedwars": 123,
"four_four_beds_lost_bedwars": 123,
"four_four_deaths_bedwars": 123,
"four_four_final_deaths_bedwars": 123,
"four_four_final_kills_bedwars": 123,
"four_four_kills_bedwars": 123,
"four_four_losses_bedwars": 123,
"four_four_wins_bedwars": 123,
"four_three_beds_broken_bedwars": 123,
"four_three_beds_lost_bedwars": 123,
"four_three_deaths_bedwars": 123,
"four_three_final_deaths_bedwars": 123,
"four_three_final_kills_bedwars": 123,
"four_three_kills_bedwars": 123,
"four_three_losses_bedwars": 123,
"four_three_wins_bedwars": 123,
"linked_discord": "<string>",
"overall_beds_broken_bedwars": 123,
"overall_beds_lost_bedwars": 123,
"overall_deaths_bedwars": 123,
"overall_final_deaths_bedwars": 123,
"overall_final_kills_bedwars": 123,
"overall_kills_bedwars": 123,
"overall_losses_bedwars": 123,
"overall_wins_bedwars": 123,
"player_rank": "<string>",
"quickbuy": "<string>",
"updated_at": "<string>",
"uuid": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.seraph.si/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer
Body
application/json
Player lookup criteria including game mode and specific filters
⌘I