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

← Vivid Voltage
Donphan

Donphan

Rare #87 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
Hasegawa Saki
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226519

Attacks

Earthquake 120
Fighting

This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Heavy Impact 90
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh4-87vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-87vrh",
    "name": "Donphan",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/87vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/87vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/87vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226519",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/87vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/87vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/87vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Earthquake",
        "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heavy Impact",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hasegawa Saki",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.74,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.58,
          "low": 20.89,
          "high": 28.27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 39.72,
          "high": 40.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43.52,
          "low": 33.74,
          "high": 47.04,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:33:17.454Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}