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

← Crossing the Ruins...
Corsola

Corsola

Uncommon #222 Pokémon Basic HP 50
Types
Water
Illustrator
Yuka Morii
Expansion
Crossing the Ruins... · Neo
Language
Japanese
TCGplayer

Attacks

Recover
Water

Discard 1 Water Energy card attached to Corsola or this attack does nothing. Remove all damage counters from Corsola.

Spike Cannon 30×
Fighting · Fighting

Flip 2 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/neo2_ja-17?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2_ja-17",
    "name": "Corsola",
    "number": "222",
    "printed_number": "222",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-17.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2_ja",
      "name": "Crossing the Ruins...",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 56,
      "release_date": "2000/07/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crossing the Ruins..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Recover",
        "text": "Discard 1 Water Energy card attached to Corsola or this attack does nothing. Remove all damage counters from Corsola."
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Spike Cannon",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "LP",
          "price": 1.65
        },
        {
          "condition": "MP",
          "price": 0.97
        },
        {
          "condition": "HP",
          "price": 1.37
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 17,
          "high": 56.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 85.65,
          "low": 112.12,
          "high": 112.12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.95,
          "low": 24.95,
          "high": 24.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.13,
          "low": 5.5,
          "high": 35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:18:14.013Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}