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

← Brave Stars (Charm)
Baltoy

Baltoy

Common #050/127 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kyoko Umemoto
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Triple Spin 20
Colorless · Colorless

Flip 3 coins. This attack does 20 damage for each heads.

GET /api/v1/pokemon/cards/bsch-050?include=prices 200 40ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-050",
    "name": "Baltoy",
    "number": "050/127",
    "printed_number": "050/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-050.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-050.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-050.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "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/bsch-050.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-050.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-050.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Triple Spin",
        "text": "Flip 3 coins. This attack does 20 damage for each heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:31.004Z"
    }
  }
}