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

← 30th Celebration
Jirachi ex

Jirachi ex

Special Illustration Rare #155 Pokémon Basicex HP 160
Types
Metal
Illustrator
AKIRA EGAWA
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
716232

Attacks

Wish Granter
Colorless

Draw cards until you have 7 cards in your hand.

Swift 150
Colorless · Colorless · Colorless

This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/me55-155vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55-155vh",
    "name": "Jirachi ex",
    "number": "155",
    "printed_number": "155",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-155vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-155vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-155vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "716232",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-155vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-155vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-155vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Wish Granter",
        "text": "Draw cards until you have 7 cards in your hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-20"
      }
    ],
    "rarity": "Special Illustration Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 75.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 75.59
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 75,
          "low": 68.68,
          "high": 131.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10
        }
      ],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}