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

← HeartGold Collection
Corsola

Corsola

Non #27 Pokémon Basic
Types
Water
Illustrator
TOKIYA
Expansion
HeartGold Collection · LEGEND
Language
Japanese
TCGplayer
608029

Attacks

Recover
Water

Discard a Water Energy attached to Corsola and remove all damage counters from Corsola.

Hyper Cannon 20+
Water · Colorless

Flip 2 coins. If both of them are heads, this attack does 20 damage plus 50 more damage.

GET /api/v1/pokemon/cards/l1hg_ja-27?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1hg_ja-27",
    "name": "Corsola",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/27.large.webp"
      }
    ],
    "expansion": {
      "id": "l1hg_ja",
      "name": "HeartGold Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "HeartGold Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608029",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Recover",
        "text": "Discard a Water Energy attached to Corsola and remove all damage counters from Corsola."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hyper Cannon",
        "text": "Flip 2 coins. If both of them are heads, this attack does 20 damage plus 50 more damage.",
        "damage": "20+"
      }
    ],
    "rarity": "Non",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 16.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.47
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38.99,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.5,
          "low": 34.42,
          "high": 46.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.97,
          "low": 10.12,
          "high": 10.72,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-29T00:03:08.690Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}