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

← Clash of the Blue Sky
Jirachi

Jirachi

Rare Holo #75 Pokémon Basic HP 60
Types
Metal
Illustrator
Sumiyoshi Kizuki
Expansion
Clash of the Blue Sky · PCG
Language
Japanese
TCGplayer
612288

Attacks

Metallic Blow 20+
Metal · Colorless

If the Defending Pokémon has any Poké-Bodies, this attack does 20 damage plus 30 more damage.

GET /api/v1/pokemon/cards/pcg2_ja-75vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg2_ja-75vh",
    "name": "Jirachi",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/75vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/75vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/75vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg2_ja",
      "name": "Clash of the Blue Sky",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash of the Blue Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612288",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/75vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/75vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/75vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Wishing Star",
        "text": "Once during your turn (before your attack), if Jirachi is your Active Pokémon, you may look at the top 5 cards of your deck, choose 1 of them, and put it into your hand. Shuffle your deck afterward. Jirachi and your other Active Pokémon, if any, are now Asleep. This power can't be used if Jirachi is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Metallic Blow",
        "text": "If the Defending Pokémon has any Poké-Bodies, this attack does 20 damage plus 30 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 65.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 65.48
        },
        {
          "condition": "MP",
          "price": 50
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 69.06,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 47,
          "low": 39.95,
          "high": 54.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 314,
          "low": 266.9,
          "high": 361.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 174.52,
          "low": 127.5,
          "high": 184.3,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49,
          "low": 49,
          "high": 61.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:01:52.132Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.06
      }
    }
  }
}