Pokemon
Gets a streamer's Pokédex.
get/pokemon/pokedex/{streamerId}
Path parameters
streamerIdinteger required
The channelId of the streamer.
Response
Successful operation.
Example response
{
"id": 25,
"name": "Pikachu",
"captureRate": 0.33,
"descriptions": [
"It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs."
],
"hash": "V1:FBDBFC7AF61BB33EC63EC9CFBB8422D9BD1E91794C6E0BDB02FE2F5674AEB8AA"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.