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

← Cold Flare
Squirtle

Squirtle

usually #12 Pokémon Basic HP 60
Types
Water
Illustrator
Kanako Eo
Expansion
Cold Flare · Black & White
Language
Japanese
TCGplayer
601631

Attacks

Water Splash 10+
Water · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/bw6c_ja-12?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6c_ja-12",
    "name": "Squirtle",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/12.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6c_ja",
      "name": "Cold Flare",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cold Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601631",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Shell Shield",
        "text": "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponent's).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Splash",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 2.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.94
        },
        {
          "condition": "HP",
          "price": 2.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.8,
          "low": 19.38,
          "high": 26.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 84,
          "low": 68,
          "high": 100,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37,
          "low": 34.59,
          "high": 67.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-06-04T03:57:57.474Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}