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-26?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpp_ja-26",
    "name": "Suicune",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/26.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": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 599.99,
          "low": 509.99,
          "high": 689.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.86,
          "low": 21.98,
          "high": 29.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ]
    }
  }
}