Endpoint: item
GEThttps://pokedex.mimo.dev/api/item/linking-cord
Request
GETitem
1fetch("https://pokedex.mimo.dev/api/item/linking-cord")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))
Response
response.json
1{
2 "attributes": [
3 {
4 "name": "countable",
5 "url": "https://pokedex.mimo.dev/api/item-attribute/1/"
6 },
7 {
8 "name": "consumable",
9 "url": "https://pokedex.mimo.dev/api/item-attribute/2/"
10 },
11 {
12 "name": "usable-overworld",
13 "url": "https://pokedex.mimo.dev/api/item-attribute/3/"
14 },
15 {
16 "name": "holdable",
17 "url": "https://pokedex.mimo.dev/api/item-attribute/5/"
18 }
19 ],
20 "baby_trigger_for": null,
21 "category": {
22 "name": "evolution",
23 "url": "https://pokedex.mimo.dev/api/item-category/10/"
24 },
25 "cost": 8000,
26 "effect_entries": [
27 {
28 "effect": " The Linking Cord triggers the evolution of certain Pokémon (all of which can alternatively evolve when traded) upon use. This consumes the Linking Cord.",
29 "language": {
30 "name": "en",
31 "url": "https://pokedex.mimo.dev/api/language/9/"
32 },
33 "short_effect": "Allows a Pokemon whose evolution is usually triggered by trading to evolve"
34 }
35 ],
36 "flavor_text_entries": [],
37 "fling_effect": null,
38 "fling_power": null,
39 "game_indices": [],
40 "held_by_pokemon": [],
41 "id": 2160,
42 "machines": [],
43 "name": "linking-cord",
44 "names": [
45 {
46 "language": {
47 "name": "en",
48 "url": "https://pokedex.mimo.dev/api/language/9/"
49 },
50 "name": "Linking Cord"
51 },
52 {
53 "language": {
54 "name": "ja",
55 "url": "https://pokedex.mimo.dev/api/language/11/"
56 },
57 "name": " つながりのヒモ"
58 }
59 ],
60 "sprites": {
61 "default": null
62 }
63}