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

← Supreme Victors
Rhyhorn

Rhyhorn

Common #122 Pokémon Basic HP 70
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
88743

Attacks

Stomp 10
Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.

Horn Drill 50
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/pl3-122vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-122vrh",
    "name": "Rhyhorn",
    "number": "122",
    "printed_number": "122",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/122vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/122vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/122vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88743",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/122vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/122vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/122vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stomp",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Horn Drill",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        },
        {
          "condition": "LP",
          "price": 2.1
        },
        {
          "condition": "MP",
          "price": 1.35
        },
        {
          "condition": "HP",
          "price": 2.02
        },
        {
          "condition": "DMG",
          "price": 1.77
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:03:12.814Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}