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

← Astral Radiance
Combee

Combee

Common #11 Pokémon Basic HP 50
Types
Grass
Illustrator
sowsow
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
272211

Attacks

Honey Courier
Grass

Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck.

Bug Bite 20
Colorless · Colorless
GET /api/v1/pokemon/cards/swsh10-11?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-11",
    "name": "Combee",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/11.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "272211",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Honey Courier",
        "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bug Bite",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:50:29.227Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}