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

← Sword & Shield
Rhydon

Rhydon

Uncommon #98 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
KEIICHIRO ITO
Expansion
Sword & Shield · Sword & Shield
Language
English
TCGplayer
208407

Attacks

Horn Drill 50
Fighting · Colorless · Colorless
Rock Slide 100
Fighting · Fighting · Colorless · Colorless

This attack also does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh1-98?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1-98",
    "name": "Rhydon",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/98.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/98.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/98.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1",
      "name": "Sword & Shield",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SSH",
      "printed_total": 202,
      "release_date": "2020/02/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "208407",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/98.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/98.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/98.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Horn Drill",
        "damage": "50"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rock Slide",
        "text": "This attack also does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 112.75,
          "low": 109.12,
          "high": 116.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 60.5,
          "low": 51.43,
          "high": 69.57,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 437.5,
          "low": 371.88,
          "high": 503.12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 24.73,
          "low": 21.02,
          "high": 28.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 79.99,
          "low": 67.99,
          "high": 91.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-25T03:54:16.884Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}