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

← Gaia Volcano
Weakness Policy

Weakness Policy

Non #63 Trainer ItemPokémon Tool
Illustrator
Ayaka Yoshida
Expansion
Gaia Volcano · XY
Language
Japanese
TCGplayer
603720
GET /api/v1/pokemon/cards/xy5g_ja-63?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5g_ja-63",
    "name": "Weakness Policy",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/63.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/63.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/63.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5g_ja",
      "name": "Gaia Volcano",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gaia Volcano"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603720",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/63.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/63.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/63.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item",
      "Pokémon Tool"
    ],
    "rarity": "Non",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:10:38.048Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}