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

← Holon Research Tower
Hariyama

Hariyama

Rare #55 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Hisao Nakamura
Expansion
Holon Research Tower · PCG
Language
Japanese
TCGplayer
611403

Attacks

Slap Push 30
Colorless · Colorless
Brick Smash 50
Fighting · Fighting · Colorless

This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/pcg6_ja-55?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg6_ja-55",
    "name": "Hariyama",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/55.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg6_ja",
      "name": "Holon Research Tower",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Research Tower"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611403",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Reversal Aura",
        "text": "As long as you have more Prize cards left than your opponent, each of Hariyama's attacks does 20 more damage to the Active Pokémon (before applying Weakness and Resistance) and damage done by the Active Pokémon to Hariyama is reduced by 20 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slap Push",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Brick Smash",
        "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.49
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-22T03:15:24.615Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}