Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Luvdisc

Luvdisc

Common #047/128 Pokémon Basic HP 70
Types
Water
Illustrator
Sekio
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Matching Look
Colorless

Each player reveals the top 2 cards of their deck, then draws those cards.

Tackle 30
Colorless · Colorless
GET /api/v1/pokemon/cards/bsco-047?include=prices 200 49ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-047",
    "name": "Luvdisc",
    "number": "047/128",
    "printed_number": "047/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-047.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-047.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-047.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-047.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-047.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-047.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Matching Look",
        "text": "Each player reveals the top 2 cards of their deck, then draws those cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:43.156Z"
    }
  }
}