Skip to content

Gets bobadex data for the current user.

GET
/users/@me/bobadex

The bobadex data.

object
seasons
required
Array<object>
object
id
required
string format: uuid
realm_id
required
string
name
required
string
identities_count
required

How many identities are in this season. Note that just the array of identities isn’t enough, cause it doesn’t tell us how many identities are in total in the BobaDex season.

number
caught_identities
required
Array<object>
object
index
required
number
identity
required
object
id
required
string format: uuid
name
required
string
avatar_url
string format: uri-reference
color
One of:
string format: color
accessory
One of:
string format: uri
Examples

A BobaDex with multiple seasons

{
"seasons": [
{
"id": "8d64d742-48d5-43e8-9378-bd73c7bfa871",
"realm_id": "v0",
"name": "Default",
"identities_count": 3,
"caught_identities": [
{
"index": 1,
"identity": {
"id": "3f0d24b8-decc-4413-8f9d-eace821116a8",
"name": "Old Time-y Anon",
"avatar": "https://firebasestorage.googleapis.com/v0/b/bobaboard-fb.appspot.com/o/images%2Fgore%2F5c2c3867-2323-4209-8bd4-9dfcc88808f3%2Fd931f284-5c22-422d-9343-e509cfb44ffc.png?alt=media&token=94e52fff-4e6b-4110-94c3-90b8800f541c"
}
},
{
"index": 3,
"identity": {
"id": "02be1cb0-e685-4dcb-a05c-adc1054e6fb2",
"name": "Outdated Meme",
"avatar": "https://firebasestorage.googleapis.com/v0/b/bobaboard-fb.appspot.com/o/images%2Fgore%2F5c2c3867-2323-4209-8bd4-9dfcc88808f3%2Fd931f284-5c22-422d-9343-e509cfb44ffc.png?alt=media&token=94e52fff-4e6b-4110-94c3-90b8800f541c"
}
}
]
}
]
}

User was not found in request that requires authentication.