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

← Chaos Rising
Donphan

Donphan

Common #45 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
Julie Hang
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693478

Attacks

No Reprieve 20
Fighting

During your next turn, attacks used by this Pokémon do 120 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).

Smashing Headbutt 180
Fighting · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/me4-45vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-45vrh",
    "name": "Donphan",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-45vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-45vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-45vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693478",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-45vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-45vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-45vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "No Reprieve",
        "text": "During your next turn, attacks used by this Pokémon do 120 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Smashing Headbutt",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Julie Hang",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.4,
          "low": 14.4,
          "high": 14.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.33
      }
    }
  }
}