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

← Steam Siege
Tangrowth

Tangrowth

Uncommon #2 Pokémon Stage 1 HP 130
Types
Grass
Illustrator
kirisAki
Expansion
Steam Siege · XY
Language
English
TCGplayer
120991

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/xy11-2?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-2",
    "name": "Tangrowth",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/2.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "120991",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/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": "Uncommon",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.11
        },
        {
          "condition": "HP",
          "price": 0.06
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.25
      }
    }
  }
}