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
Rhyhorn

Rhyhorn

usually #29 Pokémon Basic HP 80
Types
Fighting
Illustrator
Midori Harada
Expansion
Gaia Volcano · XY
Language
Japanese
TCGplayer
603695

Attacks

Take Down 40
Fighting · Fighting

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/xy5g_ja-29?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5g_ja-29",
    "name": "Rhyhorn",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/29.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": "603695",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Take Down",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Midori Harada",
    "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
      }
    }
  }
}