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/sv10-8vpp?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv10-8vpp",
"name": "Cynthia's Roserade (Play Pokemon Stamp)",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-8vpp.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-8vpp.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-8vpp.large.webp"
}
],
"expansion": {
"id": "sv10",
"name": "Destined Rivals",
"total": 244,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "DRI",
"printed_total": 182,
"release_date": "2025/05/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "671318",
"variants": [
{
"name": "playPokemonStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-8vpp.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-8vpp.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-8vpp.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "130",
"abilities": [
{
"name": "Cheer On to Glory",
"text": "Attacks used by your Cynthia's Pokémon do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Leaf Step",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "En Morikura",
"pricing": {
"currency": "USD",
"market": 0.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.18
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:35:20.355Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}