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 120 damage for each heads.
/api/v1/pokemon/cards/sv9-105?include=prices 200 19ms{
"success": true,
"data": {
"id": "sv9-105",
"name": "N's Klinklang",
"number": "105",
"printed_number": "105",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/105.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/105.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/105.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": "623532",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/105.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/105.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/105.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Metal"
],
"hp": "160",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Magnetic Blast",
"damage": "50"
},
{
"cost": [
"Metal",
"Metal",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Triple Smash",
"text": "Flip 3 coins. This attack does 120 damage for each heads.",
"damage": "120×"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "matazo",
"pricing": {
"currency": "USD",
"market": 0.01,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.01
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 14.95,
"low": 12.71,
"high": 17.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:12:09.107Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}