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 a coin. If heads, this attack does 10 more damage.
/api/v1/pokemon/cards/sm75-19vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "sm75-19vrh",
"name": "Magikarp",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/19vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/19vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/19vrh.large.webp"
}
],
"expansion": {
"id": "sm75",
"name": "Dragon Majesty",
"total": 80,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "DRM",
"printed_total": 70,
"release_date": "2018/09/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "175381",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/19vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/19vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/19vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "30",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Water Splash",
"text": "Flip a coin. If heads, this attack does 10 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Sekio",
"pricing": {
"currency": "USD",
"market": 12.57,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 12.57
},
{
"condition": "LP",
"price": 7.72
},
{
"condition": "DMG",
"price": 2.47
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 201,
"low": 143,
"high": 860.22,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "7",
"value": 50,
"low": 50,
"high": 50,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 16.5,
"low": 14.03,
"high": 18.97,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 39,
"low": 39,
"high": 54,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:56:51.413Z",
"trend_7d": {
"direction": "up",
"percent": 3.8
}
}
}
}