PokemonPosition
Pokemon Position Controller
API | Description |
---|---|
GET api/pokemonPosition/{longitude}/{latitude} |
Get a list of position of pokemon neor the user |
PokemonFamily
Pokemon Family (Pokemon + Next and Previous Evolution)
API | Description |
---|---|
GET api/pokemonFamily/ids/{id} |
Return the id of pokemon and it's next and previous Evolution ids |
GET api/PokemonFamily/{id} |
Return the pokemon and it's next and previous Evolution |
GET api/PokemonFamily/Get/{name}?id={id} |
Return the pokemon and it's next and previous Evolution |
PokemonFamilyEn
API | Description |
---|---|
GET api/pokemonFamily/helloworld |
No documentation available. |
GET api/PokemonFamilyEn/{id} |
Return the pokemon and it's next and previous Evolution |
GET api/PokemonFamilyEn/Get/{name}?id={id} |
Return the pokemon and it's next and previous Evolution |
PokemonFr
PokemonController (French version)
API | Description |
---|---|
GET api/pokemon/search/{name}/{type1}/{type2} |
Get the pokemon for the name starting with search pattern and types |
GET api/PokemonFr |
Return all pokemons |
GET api/PokemonFr/{id} |
Get the pokemon for matching id |
GET api/PokemonFr/Get/{name} |
Return all pokemons |
GET api/PokemonFr/Get/{name}?id={id} |
Get the pokemon for matching id |
GET api/PokemonFr/search/{name} |
Get the pokemon for the name starting with search pattern |
GET api/PokemonFr/byType/{name} |
Get the pokemons by types |
PokemonFamilyFr
Pokemon Family (Pokemon + Next and Previous Evolution) (Fr version)
API | Description |
---|---|
GET api/pokemonFamilyFr/ids/{id} |
Return the id of pokemon and it's next and previous Evolution ids |
GET api/PokemonFamilyFr/{id} |
Return the pokemon and it's next and previous Evolution |
GET api/PokemonFamilyFr/Get/{name}?id={id} |
Return the pokemon and it's next and previous Evolution |
PokemonEn
PokemonController (English version)
API | Description |
---|---|
GET api/PokemonEn |
Return all pokemons |
GET api/PokemonEn/{id} |
Get the pokemon for matching id |
GET api/PokemonEn/Get/{name} |
Return all pokemons |
GET api/PokemonEn/Get/{name}?id={id} |
Get the pokemon for matching id |
GET api/PokemonEn/search/{name} |
Get the pokemon for the name starting with search pattern |
GET api/PokemonEn/byType/{name} |
Get the pokemons by types |
PokemonAttack
API | Description |
---|---|
GET api/PokemonAttack |
Return all pokemon attacks name |
GET api/PokemonAttack/Get/{name} |
Return all pokemon attacks name |