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

← Plasma Freeze
Hariyama

Hariyama

Rare #63 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
86017

Attacks

Fake Out 30
Fighting · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Pivot Throw 90
Fighting · Fighting · Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is increased by 20 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/bw9-63vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-63vrh",
    "name": "Hariyama",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/63vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/63vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/63vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86017",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/63vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/63vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/63vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fake Out",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Pivot Throw",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is increased by 20 (after applying Weakness and Resistance).",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.62
        },
        {
          "condition": "LP",
          "price": 0.85
        },
        {
          "condition": "MP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.98,
          "low": 36.01,
          "high": 36.01,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:51:16.768Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.19
      }
    }
  }
}