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

← Surging Sparks
Donphan

Donphan

Common #103 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
GOSSAN
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589919

Attacks

Knock Flat 40
Fighting

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Guarded Rolling 120
Fighting · Colorless · Colorless

Discard 2 Energy from this Pokémon. During your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sv8-103?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-103",
    "name": "Donphan",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/103.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/103.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/103.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589919",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/103.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/103.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/103.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Knock Flat",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Guarded Rolling",
        "text": "Discard 2 Energy from this Pokémon. During your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.99,
          "low": 16.14,
          "high": 21.84,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}