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/svp-182vs?include=prices 200 30ms{
"success": true,
"data": {
"id": "svp-182vs",
"name": "Iono's Kilowattrel (Staff Stamp)",
"number": "182",
"printed_number": "182",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/182vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/182vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/182vs.large.webp"
}
],
"expansion": {
"id": "svp",
"name": "Scarlet & Violet Black Star Promos",
"total": 225,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SVP",
"printed_total": 224,
"release_date": "2023/01/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": null,
"variants": [
{
"name": "staffStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/182vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/182vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/182vs.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "120",
"abilities": [
{
"name": "Flashing Draw",
"text": "You must discard a Basic Lightning Energy from this Pokémon in order to use this Ability. Once during your turn, you may draw cards until you have 6 cards in your hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Lightning",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Mach Bolt",
"damage": "70"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Promo",
"artist": "DOM",
"pricing": {
"currency": "USD",
"market": 27.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 27.16
},
{
"condition": "LP",
"price": 20.58
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 55,
"low": 46.75,
"high": 63.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 299.99,
"low": 254.99,
"high": 344.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 31.99,
"low": 31,
"high": 31.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 47.21,
"low": 46.5,
"high": 48.42,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:06:16.708Z",
"trend_7d": {
"direction": "up",
"percent": 0.74
}
}
}
}