pokeapi-api-data/data/api/v2/encounter-method/index.json
2018-09-21 22:32:56 -07:00

76 lines
1.8 KiB
JSON

{
"count": 17,
"next": null,
"previous": null,
"results": [
{
"name": "walk",
"url": "/api/v2/encounter-method/1/"
},
{
"name": "old-rod",
"url": "/api/v2/encounter-method/2/"
},
{
"name": "good-rod",
"url": "/api/v2/encounter-method/3/"
},
{
"name": "super-rod",
"url": "/api/v2/encounter-method/4/"
},
{
"name": "surf",
"url": "/api/v2/encounter-method/5/"
},
{
"name": "rock-smash",
"url": "/api/v2/encounter-method/6/"
},
{
"name": "headbutt",
"url": "/api/v2/encounter-method/7/"
},
{
"name": "dark-grass",
"url": "/api/v2/encounter-method/8/"
},
{
"name": "grass-spots",
"url": "/api/v2/encounter-method/9/"
},
{
"name": "cave-spots",
"url": "/api/v2/encounter-method/10/"
},
{
"name": "bridge-spots",
"url": "/api/v2/encounter-method/11/"
},
{
"name": "super-rod-spots",
"url": "/api/v2/encounter-method/12/"
},
{
"name": "surf-spots",
"url": "/api/v2/encounter-method/13/"
},
{
"name": "yellow-flowers",
"url": "/api/v2/encounter-method/14/"
},
{
"name": "purple-flowers",
"url": "/api/v2/encounter-method/15/"
},
{
"name": "red-flowers",
"url": "/api/v2/encounter-method/16/"
},
{
"name": "rough-terrain",
"url": "/api/v2/encounter-method/17/"
}
]
}