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/tk6a-19?include=prices 200 18ms{
"success": true,
"data": {
"id": "tk6a-19",
"name": "Fletchling",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-19.large.webp"
}
],
"expansion": {
"id": "tk6a",
"name": "XY Trainer Kit Sylveon",
"total": 30,
"language": "English",
"language_code": "en",
"series": "XY",
"printed_total": 30,
"release_date": "2014/03/12",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6a.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6a.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "97984",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-19.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Razor Wind",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 0.7,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.7
},
{
"condition": "LP",
"price": 0.42
},
{
"condition": "MP",
"price": 0.17
},
{
"condition": "HP",
"price": 0.16
},
{
"condition": "DMG",
"price": 0.4
}
],
"graded": [],
"market_updated_at": "2026-09-21T04:10:09.428Z",
"trend_7d": {
"direction": "up",
"percent": 70.73
}
}
}
}