List types
GET /api/v2/type/
GET
/api/v2/type/
Types are properties for Pokémon and their moves. Each type has three properties: which types of Pokémon it is super effective against, which types of Pokémon it is not very effective against, and which types of Pokémon it is completely ineffective against.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
Number of results to return per page.
offset
integer
The initial index from which to return the results.
q
string
Only available locally and not at pokeapi.co Case-insensitive query applied on the
nameproperty.
Responses
Section titled “ Responses ”object
count
integer
Example
123 next
string format: uri
Example
http://api.example.org/accounts/?offset=400&limit=100 previous
string format: uri
Example
http://api.example.org/accounts/?offset=200&limit=100 results
Array<object>
object
name
required
string
url
required
string format: uri