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

← Call of Legends
Tangrowth

Tangrowth

Rare #34 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Hideaki Hakozaki
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
89754

Attacks

Grind 20
Colorless

Does 20 damage times the number of Energy attached to Tangrowth.

Plow Over 30
Grass · Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, put 1 Energy card attached to the Defending Pokémon in the Lost Zone.

GET /api/v1/pokemon/cards/col1-34vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-34vrh",
    "name": "Tangrowth",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/34vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/34vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/34vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89754",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/34vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/34vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/34vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Grind",
        "text": "Does 20 damage times the number of Energy attached to Tangrowth.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Plow Over",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, put 1 Energy card attached to the Defending Pokémon in the Lost Zone.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 3.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.93
        },
        {
          "condition": "LP",
          "price": 1.14
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.66
        },
        {
          "condition": "DMG",
          "price": 0.48
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 133,
          "low": 41.5,
          "high": 133,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}