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

← Raging Surf
Jirachi

Jirachi

usually #42 Pokémon Basic HP 70
Types
Metal
Illustrator
Naoyo Kimura
Expansion
Raging Surf · Scarlet & Violet
Language
Japanese
TCGplayer
566900

Attacks

Charge Energy
Colorless

Search your deck for up to 2 Basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.

GET /api/v1/pokemon/cards/sv3a_ja-42?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3a_ja-42",
    "name": "Jirachi",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/42.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3a_ja",
      "name": "Raging Surf",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3a",
      "printed_total": 62,
      "release_date": "2023/09/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Raging Surf"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566900",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/42.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Stella Veil",
        "text": "Your Benched Pokémon can't receive any damage counters from effects of attacks from your opponent's Basic Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Charge Energy",
        "text": "Search your deck for up to 2 Basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.5
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 145,
          "low": 123.25,
          "high": 166.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 27.5,
          "low": 23.38,
          "high": 31.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 53,
          "low": 50.56,
          "high": 54.59,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-16T05:07:07.397Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}