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

Discard the top card of your opponent's deck.
Discard 3 Lightning Energy from your Pokémon.
/api/v1/pokemon/cards/sv4m_ja-40vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "sv4m_ja-40vh",
"name": "Toxtricity ex",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/40vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/40vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/40vh.large.webp"
}
],
"expansion": {
"id": "sv4m_ja",
"name": "Future Flash",
"total": 95,
"language": "Japanese",
"language_code": "ja",
"series": "Scarlet & Violet",
"code": "SV4M",
"printed_total": 66,
"release_date": "2023/10/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.symbol.png",
"translation": {
"en": {
"name": "Future Flash"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "566000",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/40vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/40vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/40vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"ex",
"Tera"
],
"types": [
"Fighting"
],
"hp": "260",
"attacks": [
{
"cost": [
"Lightning",
"Lightning"
],
"converted_energy_cost": 2,
"name": "Knocking Hammer",
"text": "Discard the top card of your opponent's deck.",
"damage": "70"
},
{
"cost": [
"Lightning",
"Lightning",
"Lightning"
],
"converted_energy_cost": 3,
"name": "Gaia Punk",
"text": "Discard 3 Lightning Energy from your Pokémon.",
"damage": "270"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Double Rare",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 0.3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.3
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 22,
"low": 7,
"high": 22,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 12.25,
"low": 9.82,
"high": 12.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:33:35.813Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}