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

← Unbroken Bonds
Tangrowth

Tangrowth

Rare #17 Pokémon Stage 1 HP 130
Types
Grass
Illustrator
kodama
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189059

Attacks

Bind Down 30
Grass

The Defending Pokémon can't retreat during your opponent's next turn.

Chlorowhip 90
Colorless · Colorless · Colorless

If this Pokémon has at least 2 Grass Energy attached to it, heal 60 damage from this Pokémon.

GET /api/v1/pokemon/cards/sm10-17?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-17",
    "name": "Tangrowth",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/17.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189059",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Bind Down",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Chlorowhip",
        "text": "If this Pokémon has at least 2 Grass Energy attached to it, heal 60 damage from this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:23:44.093Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.5
      }
    }
  }
}