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

← Silver Tempest
Donphan

Donphan

Uncommon #92 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
Anesaki Dynamic
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451746

Attacks

Overspin 110
Fighting

If this Pokémon evolved during this turn, this attack does nothing.

Giant Fangs 170
Fighting · Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/swsh12-92?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-92",
    "name": "Donphan",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/92.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/92.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/92.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451746",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/92.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/92.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/92.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Overspin",
        "text": "If this Pokémon evolved during this turn, this attack does nothing.",
        "damage": "110"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Giant Fangs",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T18:50:43.033Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.33
      }
    }
  }
}