Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Terastal Gathering
Iron Thorns

Iron Thorns

Rare #061/208 Pokémon Basic HP 140
Types
Lightning
Illustrator
Takeshi Nakamura
Expansion
Terastal Gathering · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Destructo-Press 70
Colorless · Colorless

Reveal the top 5 cards of your deck. This attack does 70 damage for each Future card you find there. Then, discard those Future cards and shuffle the other cards back into your deck.

Megaton Lariat 140
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/cn-terastal-gathering-061?include=prices 200 51ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-terastal-gathering-061",
    "name": "Iron Thorns",
    "number": "061/208",
    "printed_number": "061/208",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-061.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-061.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-061.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-terastal-gathering",
      "name": "Terastal Gathering",
      "total": 259,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 259,
      "release_date": "2026/06/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-terastal-gathering.logo.png",
      "translation": {
        "en": {
          "name": "Terastal Gathering"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-061.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-061.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-061.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Destructo-Press",
        "text": "Reveal the top 5 cards of your deck. This attack does 70 damage for each Future card you find there. Then, discard those Future cards and shuffle the other cards back into your deck.",
        "damage": "70"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Megaton Lariat",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 6.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-08-13T02:35:28.541Z"
    }
  }
}