Pokemon

Gets a streamer's Pokédex.

get/pokemon/pokedex/{streamerId}

Path parameters

streamerIdinteger required

The channelId of the streamer.

Response

Successful operation.

idinteger

The numerical Pokédex Id of the Pokémon.

namestring nullable

The name of the Pokémon

captureRatenumber double

The capture rate of the Pokémon.

isShinyboolean

A <seealso cref="T:System.Boolean" /> indicating if the Pokémon is shiny.

spriteUriDictobject nullable

The string containing the location of the Pokémons sprite.

spriteUristring uri nullable
descriptionsstring[] nullable

Array of Pokédex entries.

hashstring nullable

A simple hash so we can validate requests.

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.