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

← Kalos Starter Set
Delphox

Delphox

Common #10 Pokémon Stage 2 HP 140
Types
Fire
Illustrator
5ban Graphics
Expansion
Kalos Starter Set · XY
Language
English
TCGplayer
84753

Attacks

Will-O-Wisp 30
Fire · Colorless
Fire Blast 120
Fire · Colorless · Colorless · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy0-10vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy0-10vh",
    "name": "Delphox",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy0",
      "name": "Kalos Starter Set",
      "total": 39,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "KSS",
      "printed_total": 39,
      "release_date": "2013/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84753",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Will-O-Wisp",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fire Blast",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.8
        },
        {
          "condition": "LP",
          "price": 0.69
        },
        {
          "condition": "HP",
          "price": 0.59
        },
        {
          "condition": "DMG",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:40:57.903Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.05
      }
    }
  }
}