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

Draw a card.
/api/v1/pokemon/cards/me4-88vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "me4-88vh",
"name": "Froakie",
"number": "88",
"printed_number": "88",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-88vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-88vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-88vh.large.webp"
}
],
"expansion": {
"id": "me4",
"name": "Chaos Rising",
"total": 122,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "CRI",
"printed_total": 86,
"release_date": "2026/05/22",
"logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
"symbol": " "
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "693489",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-88vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-88vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-88vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw a card."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Water Gun",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Illustration Rare",
"artist": "Susumu Maeya",
"pricing": {
"currency": "USD",
"market": 6.06,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.06
},
{
"condition": "LP",
"price": 5.64
},
{
"condition": "HP",
"price": 5
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 35.51,
"low": 20.12,
"high": 44.72,
"confidence": "high",
"value_kind": "sold",
"sold_count": 21,
"trend": {
"direction": "up",
"percent": 45.8
}
},
{
"company": "BGS",
"grade": "9.5",
"value": 83,
"low": 70.55,
"high": 95.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 69,
"low": 62,
"high": 127.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 9.6,
"low": 9.6,
"high": 9.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8.5",
"value": 9.6,
"low": 9.6,
"high": 9.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 28.56,
"low": 31,
"high": 31,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 133,
"low": 124.64,
"high": 222.95,
"confidence": "high",
"value_kind": "sold",
"sold_count": 124,
"trend": {
"direction": "down",
"percent": -29.1
}
},
{
"company": "PSA",
"grade": "4",
"value": 13.5,
"low": 13.5,
"high": 13.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 26,
"low": 26,
"high": 26,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 30.5,
"low": 26.9,
"high": 59.99,
"confidence": "high",
"value_kind": "sold",
"sold_count": 29,
"trend": {
"direction": "down",
"percent": -30.7
}
},
{
"company": "TAG",
"grade": "10",
"value": 190,
"low": 190,
"high": 190,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "TAG",
"grade": "9",
"value": 31,
"low": 26.35,
"high": 35.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:29:05.702Z",
"trend_7d": {
"direction": "down",
"percent": -10.09
}
}
}
}