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/sm6-5vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "sm6-5vrh",
"name": "Scatterbug",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/5vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/5vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/5vrh.large.webp"
}
],
"expansion": {
"id": "sm6",
"name": "Forbidden Light",
"total": 150,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "FLI",
"printed_total": 131,
"release_date": "2018/05/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "165652",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/5vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/5vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/5vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "30",
"abilities": [
{
"name": "Abnormal Outbreak",
"text": "You can use this Ability only if you go second. Once during your first turn (before your attack), you may search your deck for a Spewpa and a Vivillon, reveal them, and put them into your hand. Then, shuffle your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "kirisAki",
"pricing": {
"currency": "USD",
"market": 0.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.47
},
{
"condition": "LP",
"price": 0.37
},
{
"condition": "MP",
"price": 0.33
},
{
"condition": "HP",
"price": 0.23
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:18:42.165Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}