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

← Clay Burst
Bombirdier

Bombirdier

Non #56 Pokémon Basic HP 120
Types
Darkness
Illustrator
Sekio
Expansion
Clay Burst · Scarlet & Violet
Language
Japanese
TCGplayer
565918

Attacks

Delivery Pocket
Colorless

Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.

Dark Edge 120
Darkness · Darkness · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sv2d_ja-56?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2d_ja-56",
    "name": "Bombirdier",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/56.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/56.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/56.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2d_ja",
      "name": "Clay Burst",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2D",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clay Burst"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565918",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/56.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/56.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2d_ja/56.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Delivery Pocket",
        "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Edge",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:55.543Z",
      "trend_7d": {
        "direction": "down",
        "percent": -54.55
      }
    }
  }
}