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

← Paldea Evolved
Hariyama

Hariyama

Rare #113 Pokémon Stage 1 HP 140
Types
Fighting
Illustrator
Hasuno
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497528

Attacks

Rocket Slap 120
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/sv2-113vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-113vrh",
    "name": "Hariyama",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/113vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/113vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/113vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497528",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/113vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/113vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/113vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Arm Thrust Practice",
        "text": "All of your Pokémon take 10 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rocket Slap",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 44.99,
          "low": 38.24,
          "high": 51.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:32:55.520Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.14
      }
    }
  }
}