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

/api/v1/pokemon/cards/sm12-151vrh?include=prices 200 28ms{
"success": true,
"data": {
"id": "sm12-151vrh",
"name": "Floette",
"number": "151",
"printed_number": "151",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/151vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/151vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/151vrh.large.webp"
}
],
"expansion": {
"id": "sm12",
"name": "Cosmic Eclipse",
"total": 272,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CEC",
"printed_total": 236,
"release_date": "2019/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "201196",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/151vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/151vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/151vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fairy"
],
"hp": "70",
"abilities": [
{
"name": "Flower Picking",
"text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may choose 2 random cards from your opponent's hand. Your opponent reveals those cards and shuffles them into their deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Magical Shot",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "miki kudo",
"pricing": {
"currency": "USD",
"market": 19.45,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 19.45
},
{
"condition": "LP",
"price": 14.71
},
{
"condition": "MP",
"price": 7.57
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:41:57.962Z",
"trend_7d": {
"direction": "flat",
"percent": 0.15
}
}
}
}