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

← Journey Together
Bombirdier

Bombirdier

Common #101 Pokémon Basic HP 120
Types
Darkness
Illustrator
Gemi
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623528

Attacks

Glide 20
Colorless
Drop Shot
Darkness · Darkness · Colorless

Discard all Energy from this Pokémon, and this attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sv9-101vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-101vrh",
    "name": "Bombirdier",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/101vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/101vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/101vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623528",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/101vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/101vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/101vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Glide",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Drop Shot",
        "text": "Discard all Energy from this Pokémon, and this attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Gemi",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:12:09.107Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.26
      }
    }
  }
}