Each head-to-head round played on PopRank is represented via the Round object.

PropertyDescriptionType(s)
idThe globally unique uid (GUID) to identify the round.string
platformThe platform on which the round was played, i.e. web (https://poprank.io) or Discord.'web' | 'discord'
playerThe wallet address of the player that played the round.string
statusA label applied to the round after processing; only 'valid' rounds are used in aesthetic rankings.'valid' | 'empty' | 'missing' | 'mismatched' | 'bad-address' | 'spam' | 'bot'
timestampThe datetime at which the round was processed.string
dirThe direction the user selected, i.e. left or right.'left' | 'right'
drawtrue if the user selected 'DRAW' for the round. This feature is not currently available.null
winnerCollectionThe slug of the collection of the winning NFT contestant. Should match loserCollection.string
winnerIdThe token ID of the winning NFT contestant.string
winnerNameThe name of the winning NFT contestant.string
winnerUrlThe image URL of the winning NFT contestant.string
loserCollectionThe slug of the collection of the losing NFT contestant. Should match winnerCollection.string
loserIdThe token ID of the losing NFT contestant.string
loserNameThe name of the losing NFT contestant.string
loserUrlThe image URL of the losing NFT contestant.string