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

← P Promos
Suicune

Suicune

Promo #26 Pokémon Basic HP 70
Types
Water
Illustrator
Atsuko Nishida
Expansion
P Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpp_ja-26vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpp_ja-26vh",
    "name": "Suicune",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26vh.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpp_ja",
      "name": "P Promos",
      "total": 47,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 47,
      "release_date": "2001/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "P Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Pure Body",
        "text": "To attach a Water Energy card from your hand to Suicune, you must discard an Energy card attached to Suicune. (Attach the Water Energy, and then discard an Energy card from Suicune.)",
        "type": "Pokémon Power"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": []
    }
  }
}