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 can't attack during your opponent's next turn.
/api/v1/pokemon/cards/mcd16-6?include=prices 200 27ms{
"success": true,
"data": {
"id": "mcd16-6",
"name": "Pikachu",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/6.large.webp"
}
],
"expansion": {
"id": "mcd16",
"name": "McDonald's Collection 2016",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2016/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd16.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "275062",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd16/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Tail Whip",
"text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn."
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Electro Ball",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 9.91,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9.91
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 99,
"low": 84.15,
"high": 113.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 61,
"low": 51.85,
"high": 70.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "8.5",
"value": 150,
"low": 127.5,
"high": 172.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:35:08.083Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}