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

Flip 3 coins. This attack does 20 damage for each heads.
/api/v1/pokemon/cards/swsh9_ja-43?include=prices 200 15ms{
"success": true,
"data": {
"id": "swsh9_ja-43",
"name": "Baltoy",
"number": "43",
"printed_number": "43",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/43.large.webp"
}
],
"expansion": {
"id": "swsh9_ja",
"name": "Star Birth",
"total": 127,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S9",
"printed_total": 100,
"release_date": "2022/01/14",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.symbol.png",
"translation": {
"en": {
"name": "Star Birth"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "569671",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/43.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": "usually",
"artist": "Kyoko Umemoto",
"pricing": {
"currency": "USD",
"market": 0.35,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.35
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 32.5,
"low": 27.63,
"high": 37.38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:00:27.296Z",
"trend_7d": {
"direction": "up",
"percent": 6.06
}
}
}
}