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

← Raging Surf
Donphan

Donphan

Non #25 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
Shin Nagasawa
Expansion
Raging Surf · Scarlet & Violet
Language
Japanese
TCGplayer
566883

Attacks

Cragalanche 30
Colorless · Colorless

Discard the top 2 cards of your opponent's deck.

Powerful Spin 160
Fighting · Fighting · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/sv3a_ja-25?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3a_ja-25",
    "name": "Donphan",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3a_ja",
      "name": "Raging Surf",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3a",
      "printed_total": 62,
      "release_date": "2023/09/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Raging Surf"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566883",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cragalanche",
        "text": "Discard the top 2 cards of your opponent's deck.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Powerful Spin",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 58.66,
          "low": 49.86,
          "high": 67.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:50:32.157Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}