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, search your deck for a card that evolves from Magikarp, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/ecard5_ja-26?include=prices 200 16ms{
"success": true,
"data": {
"id": "ecard5_ja-26",
"name": "Magikarp",
"number": "26",
"printed_number": "26",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/26.large.webp"
}
],
"expansion": {
"id": "ecard5_ja",
"name": "Mysterious Mountains",
"total": 91,
"language": "Japanese",
"language_code": "ja",
"series": "E-Card",
"printed_total": 88,
"release_date": "2002/10/04",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.symbol.png",
"translation": {
"en": {
"name": "Mysterious Mountains"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "576098",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/26.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "30",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Signs of Evolution",
"text": "Flip a coin. If heads, search your deck for a card that evolves from Magikarp, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Splash",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Keiko Fukuyama",
"pricing": {
"currency": "USD",
"market": 56,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 56
},
{
"condition": "MP",
"price": 30
}
],
"graded": [
{
"company": "ACE",
"grade": "9",
"value": 147.43,
"low": 125.32,
"high": 169.54,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 764,
"low": 718,
"high": 1057.6,
"confidence": "high",
"value_kind": "sold",
"sold_count": 9
},
{
"company": "PSA",
"grade": "8",
"value": 37.7,
"low": 52,
"high": 52,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 104.15,
"low": 95.92,
"high": 136.93,
"confidence": "high",
"value_kind": "sold",
"sold_count": 8
}
],
"market_updated_at": "2026-08-29T07:32:46.479Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}