-
Notifications
You must be signed in to change notification settings - Fork 6
/
apidoc.json
35 lines (34 loc) · 976 Bytes
/
apidoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "PokemonGo - PokeData",
"version": "0.0.1",
"description": "This API provides information about PokemonGo, extracted from various reliable data sources.",
"title": "PokemonGo - PokeData",
"sampleUrl": "http://pokedata.c4e3f8c7.svc.dockerapp.io:65014",
"order": [
"GetAllPokemons",
"GetPokemonById",
"GetGifIconById",
"GetPngIconById",
"GetSvgIconById",
"GetPokemonByName",
"GetPokemonByGender",
"GetPokemonByType",
"GetPokemonByWeakness",
"GetPokemonByResistance",
"GetPokemonByAttackType",
"GetPokemonByAttackName",
"GetPokemonByAttackDamage",
"GetPokemonByEvolutionId",
"GetPokemonByEvolutionName",
"SearchPokemon",
"GetAllSightings",
"GetSightingById",
"GetSightingBySource",
"GetSightingAtCoordinates",
"GetSightingBetweenCoordinates",
"GetSightingByTimeRange",
"GetPokemonSentiments",
"GetPokemonSentimentsByLocation",
"SearchPokemonSighting"
]
}