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, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/adv3_ja-23?include=prices 200 16ms{
"success": true,
"data": {
"id": "adv3_ja-23",
"name": "Mareep",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/23.large.webp"
}
],
"expansion": {
"id": "adv3_ja",
"name": "Rulers of the Heavens",
"total": 54,
"language": "Japanese",
"language_code": "ja",
"series": "ADV",
"printed_total": 54,
"release_date": "2003/06/25",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.symbol.png",
"translation": {
"en": {
"name": "Rulers of the Heavens"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "612966",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Jolt",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-30"
}
],
"rarity": "usually",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 3.98,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.98
},
{
"condition": "LP",
"price": 1.88
},
{
"condition": "MP",
"price": 2.5
},
{
"condition": "HP",
"price": 2.69
},
{
"condition": "DMG",
"price": 1.99
}
],
"graded": [],
"market_updated_at": "2026-08-23T03:01:42.486Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}