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 a coin. If heads, this attack does 30 more damage.
/api/v1/pokemon/cards/sm9_ja-16?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm9_ja-16",
"name": "Ponyta",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/16.large.webp"
}
],
"expansion": {
"id": "sm9_ja",
"name": "Tag Bolt",
"total": 118,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM9",
"printed_total": 95,
"release_date": "2018/12/07",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.symbol.png",
"translation": {
"en": {
"name": "Tag Bolt"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572550",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/16.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Live Coal",
"damage": "10"
},
{
"cost": [
"Fire",
"Fire"
],
"converted_energy_cost": 2,
"name": "Stomp",
"text": "Flip a coin. If heads, this attack does 30 more damage.",
"damage": "10+"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Saya Tsuruta",
"pricing": {
"currency": "USD",
"market": 0.67,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.67
},
{
"condition": "LP",
"price": 0.45
},
{
"condition": "MP",
"price": 0.6
},
{
"condition": "HP",
"price": 0.65
},
{
"condition": "DMG",
"price": 0.5
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:56:59.448Z",
"trend_7d": {
"direction": "up",
"percent": 109.38
}
}
}
}