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

← Mega Symphonia
Delibird

Delibird

usually #52 Pokémon Basic HP 90
Types
Colorless
Illustrator
Naoyo Kimura
Expansion
Mega Symphonia · Mega Evolution
Language
Japanese
TCGplayer
647255

Attacks

Fast Gift
Colorless

If you go first, you can use this attack during your first turn. Search your deck for a card and put it into your hand. Then, shuffle your deck.

Gentle Slap 30
Colorless · Colorless
GET /api/v1/pokemon/cards/m1s_ja-52?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m1s_ja-52",
    "name": "Delibird",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/52.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/52.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/52.large.webp"
      }
    ],
    "expansion": {
      "id": "m1s_ja",
      "name": "Mega Symphonia",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M1S",
      "printed_total": 63,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Symphonia"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "647255",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/52.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/52.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1s_ja/52.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Fast Gift",
        "text": "If you go first, you can use this attack during your first turn. Search your deck for a card and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gentle Slap",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.94
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-19T16:21:08.758Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}