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 tails, this attack does nothing.
/api/v1/pokemon/cards/sm2-110?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm2-110",
"name": "Fletchinder",
"number": "110",
"printed_number": "110",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/110.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/110.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/110.large.webp"
}
],
"expansion": {
"id": "sm2",
"name": "Guardians Rising",
"total": 180,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "GRI",
"printed_total": 145,
"release_date": "2017/05/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "131028",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/110.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/110.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/110.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Flap",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Razor Wind",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "kawayoo",
"pricing": {
"currency": "USD",
"market": 0.2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.2
},
{
"condition": "LP",
"price": 0.19
},
{
"condition": "MP",
"price": 0.06
},
{
"condition": "HP",
"price": 0.04
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:18:34.787Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}