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

← Storming Emergence (Abundant)
Donphan

Donphan

Uncommon #039/151 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
Naoyo Kimura
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Rolling Spin 70
Colorless · Colorless · Colorless

During your next turn, this Pokémon's Rolling Spin attack does 70 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sea-039?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-039",
    "name": "Donphan",
    "number": "039/151",
    "printed_number": "039/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-039.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-039.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-039.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "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/sea-039.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-039.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-039.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rolling Spin",
        "text": "During your next turn, this Pokémon's Rolling Spin attack does 70 more damage (before applying Weakness and Resistance).",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:23.846Z"
    }
  }
}