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

← Mythical & Legendary Dream Shine Collection
Jirachi

Jirachi

Common #26 Pokémon Basic
Types
Metal
Illustrator
Ken Sugimori
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606033

Attacks

Precognitive Dream
Metal

Draw 3 cards. This Pokémon is now Asleep.

Iron Head 30×
Colorless · Colorless

Flip a coin until you get tails. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/cp5_ja-26?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-26",
    "name": "Jirachi",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606033",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Precognitive Dream",
        "text": "Draw 3 cards. This Pokémon is now Asleep."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Iron Head",
        "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 15.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.73
        },
        {
          "condition": "LP",
          "price": 9.42
        },
        {
          "condition": "MP",
          "price": 7.99
        },
        {
          "condition": "HP",
          "price": 5
        },
        {
          "condition": "DMG",
          "price": 4.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.42,
          "low": 33.33,
          "high": 45.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.8,
          "low": 98.32,
          "high": 136.49,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -14.3
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38.95,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-23T02:16:46.755Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}