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

Does 10 damage times the amount of Energy attached to the Defending Pokémon.
Flip a coin. If heads, choose 1 of either player's Evolved Pokémon, remove the highest Stage Evolution card from that Pokémon, and put it into that player's hand.
/api/v1/pokemon/cards/pcgp_ja-80?include=prices 200 18ms{
"success": true,
"data": {
"id": "pcgp_ja-80",
"name": "Mew",
"number": "80",
"printed_number": "80",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/80.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/80.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/80.large.webp"
}
],
"expansion": {
"id": "pcgp_ja",
"name": "PCG Promos",
"total": 153,
"language": "Japanese",
"language_code": "ja",
"series": "PCG",
"printed_total": 153,
"release_date": "2003/01/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
"translation": {
"en": {
"name": "PCG Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/80.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/80.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/80.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Psywave",
"text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon.",
"damage": "10×"
},
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Devolution Beam",
"text": "Flip a coin. If heads, choose 1 of either player's Evolved Pokémon, remove the highest Stage Evolution card from that Pokémon, and put it into that player's hand."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 148,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 148
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 566.78,
"low": 481.76,
"high": 651.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 38,
"low": 32.3,
"high": 43.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 295.2,
"low": 46.4,
"high": 409.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 1083.89,
"low": 921.31,
"high": 1246.47,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:28:30.409Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}