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

/api/v1/pokemon/cards/me55-28vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "me55-28vh",
"name": "Pikachu",
"number": "28",
"printed_number": "28",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-28vh.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-28vh.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-28vh.large.png"
}
],
"expansion": {
"id": "me55",
"name": "30th Celebration",
"total": 161,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "30C",
"printed_total": 128,
"release_date": "2026/09/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "712937",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-28vh.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-28vh.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-28vh.large.png"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"abilities": [
{
"name": "Lonely Gaze",
"text": "As long as this Pokémon is in the Active Spot, attacks used by your opponent's Active Pokémon do 20 less damage (before applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Pika Ball",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Pikachu Rare",
"artist": "sowsow",
"pricing": {
"currency": "USD",
"market": 2.33,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.33
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 99.99,
"low": 99.99,
"high": 99.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:47:41.831Z"
}
}
}