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 Portrayals (Obsidian)
Donphan

Donphan

Uncommon #043/115 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
Hasegawa Saki
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Earthquake 120
Colorless

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
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/vpo-043?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-043",
    "name": "Donphan",
    "number": "043/115",
    "printed_number": "043/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-043.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-043.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-043.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-043.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-043.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-043.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "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": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heavy Impact",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hasegawa Saki",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:33:35.535Z"
    }
  }
}