Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Cruel Traitor
Tangrowth

Tangrowth

Non #2 Pokémon Stage 1 HP 130
Types
Grass
Illustrator
kirisAki
Expansion
Cruel Traitor · XY
Language
Japanese
TCGplayer
603314

Attacks

Leaf Storm 80
Grass · Grass · Colorless

Heal 40 damage from each of your Grass Pokémon.

Flog 110+
Grass · Grass · Grass · Colorless

Flip a coin. If heads, this attack does 30 more damage.

GET /api/v1/pokemon/cards/xy11c_ja-2?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11c_ja-2",
    "name": "Tangrowth",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11c_ja",
      "name": "Cruel Traitor",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cruel Traitor"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603314",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Leaf Storm",
        "text": "Heal 40 damage from each of your Grass Pokémon.",
        "damage": "80"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Flog",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "110+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 11.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.13
        },
        {
          "condition": "LP",
          "price": 2.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:22:19.487Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}