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

Your opponent's Active Pokémon is now Confused.
/api/v1/pokemon/cards/tk6a-15?include=prices 200 21ms{
"success": true,
"data": {
"id": "tk6a-15",
"name": "Sylveon",
"number": "15",
"printed_number": "15",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-15.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": "97980",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-15.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fairy"
],
"hp": "90",
"attacks": [
{
"cost": [
"Fairy"
],
"converted_energy_cost": 1,
"name": "Disarming Voice",
"text": "Your opponent's Active Pokémon is now Confused.",
"damage": "20"
},
{
"cost": [
"Fairy",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Fairy Wind",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 17.79,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 17.79
},
{
"condition": "LP",
"price": 13.05
},
{
"condition": "MP",
"price": 5.82
},
{
"condition": "HP",
"price": 5.47
},
{
"condition": "DMG",
"price": 4.88
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 100,
"low": 85,
"high": 115,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:59:46.842Z",
"trend_7d": {
"direction": "flat",
"percent": -0.11
}
}
}
}