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

Flip 2 coins. If both of them are heads, this attack does 20 more damage.
/api/v1/pokemon/cards/sv2-42vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "sv2-42vrh",
"name": "Magikarp",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/42vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/42vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/42vrh.large.webp"
}
],
"expansion": {
"id": "sv2",
"name": "Paldea Evolved",
"total": 279,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "PAL",
"printed_total": 193,
"release_date": "2023/06/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "497453",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/42vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/42vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/42vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "30",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Expert Splasher",
"text": "Flip 2 coins. If both of them are heads, this attack does 20 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "HYOGONOSUKE",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
},
{
"condition": "MP",
"price": 0.19
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 154,
"low": 130.9,
"high": 177.1,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:54:55.142Z",
"trend_7d": {
"direction": "up",
"percent": 14.29
}
}
}
}