{
  "pokemon": [
    {
      "national_no": 25,
      "slug": "pikachu",
      "names": {"zh-Hans": "皮卡丘", "en": "Pikachu", "ja": "ピカチュウ"},
      "category": "鼠宝可梦",
      "generation": 1,
      "types": ["electric"],
      "abilities": [
        {"name": "Static", "hidden": false},
        {"name": "Lightning Rod", "hidden": true}
      ],
      "height_m": 0.4,
      "weight_kg": 6,
      "description": "越是能制造出强大电流的皮卡丘，脸颊上的囊就越柔软。",
      "image_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/25.png",
      "stats": {"hp": 35, "attack": 55, "defense": 40, "special-attack": 50, "special-defense": 50, "speed": 90},
      "moves": ["Thunderbolt", "Quick Attack"]
    },
    {
      "national_no": 1,
      "slug": "bulbasaur",
      "names": {"zh-Hans": "妙蛙种子", "en": "Bulbasaur", "ja": "フシギダネ"},
      "generation": 1,
      "types": ["grass", "poison"],
      "abilities": [{"name": "Overgrow", "hidden": false}],
      "height_m": 0.7,
      "weight_kg": 6.9,
      "description": "出生后背上就有一颗种子，会和身体一同成长。",
      "image_url": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/1.png",
      "stats": {"hp": 45, "attack": 49, "defense": 49, "special-attack": 65, "special-defense": 65, "speed": 45},
      "moves": ["Tackle", "Vine Whip"]
    }
  ],
  "moves": [
    {
      "id": 85,
      "slug": "thunderbolt",
      "names": {"zh": "十万伏特", "en": "Thunderbolt", "ja": "１０まんボルト"},
      "descriptions": {"zh": "向对手发出强力电击进行攻击，有时会让对手陷入麻痹状态。"},
      "generation": 1,
      "accuracy": 100,
      "power": 90,
      "pp": 15,
      "priority": 0,
      "damageClass": "special",
      "type": {"slug": "electric", "names": {"zh": "电", "en": "Electric"}}
    },
    {
      "id": 33,
      "slug": "tackle",
      "names": {"zh": "撞击", "en": "Tackle", "ja": "たいあたり"},
      "descriptions": {"zh": "用整个身体撞向对手进行攻击。"},
      "generation": 1,
      "accuracy": 100,
      "power": 40,
      "pp": 35,
      "damageClass": "physical",
      "type": {"slug": "normal"}
    }
  ],
  "abilities": [
    {
      "id": 9,
      "slug": "static",
      "names": {"zh": "静电", "en": "Static", "ja": "せいでんき"},
      "descriptions": {"zh": "身上带有静电，有时会让接触到自己的对手麻痹。"},
      "generation": 3
    },
    {
      "id": 65,
      "slug": "overgrow",
      "names": {"zh": "茂盛", "en": "Overgrow", "ja": "しんりょく"},
      "descriptions": {"zh": "HP 减少时，草属性招式的威力会提高。"},
      "generation": 3
    }
  ],
  "items": [
    {
      "id": 213,
      "slug": "light-ball",
      "names": {"zh": "电气球", "en": "Light Ball", "ja": "でんきだま"},
      "descriptions": {"zh": "让皮卡丘携带后，攻击和特攻会提高。"},
      "cost": 1000,
      "flingPower": 30,
      "category": {"slug": "species-specific"}
    },
    {
      "id": 234,
      "slug": "leftovers",
      "names": {"zh": "吃剩的东西", "en": "Leftovers", "ja": "たべのこし"},
      "descriptions": {"zh": "携带后会在战斗期间缓慢回复 HP。"},
      "cost": 10000,
      "flingPower": 10,
      "category": {"slug": "held-items"}
    }
  ]
}
