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

← Darkness that Consumes Light
Tangrowth

Tangrowth

Non #5 Pokémon Stage 1 HP 140
Types
Grass
Illustrator
tetsuya koizumi
Expansion
Darkness that Consumes Light · Sun & Moon
Language
Japanese
TCGplayer
573470

Attacks

Giga Drain 30
Grass

Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.

Crosswise Whip 50×
Colorless · Colorless · Colorless · Colorless

Flip 4 coins. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/sm3n_ja-5?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3n_ja-5",
    "name": "Tangrowth",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/5.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3n_ja",
      "name": "Darkness that Consumes Light",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3N",
      "printed_total": 51,
      "release_date": "2017/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3n_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness that Consumes Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573470",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3n_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Giga Drain",
        "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Crosswise Whip",
        "text": "Flip 4 coins. This attack does 50 damage times the number of heads.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "tetsuya koizumi",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:59:54.613Z",
      "trend_7d": {
        "direction": "up",
        "percent": 59.38
      }
    }
  }
}