Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

Place 5 damage counters on 1 of your opponent's Benched Pokémon.
/api/v1/pokemon/cards/me5-41?include=prices 200 63ms{
"success": true,
"data": {
"id": "me5-41",
"name": "Annihilape",
"number": "41",
"printed_number": "41",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-41.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-41.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-41.large.png"
}
],
"expansion": {
"id": "me5",
"name": "Pitch Black",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "PBL",
"printed_total": 84,
"release_date": "2026/07/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "704798",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-41.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-41.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-41.large.png"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Psychic"
],
"hp": "150",
"abilities": [
{
"name": "Durable Body",
"text": "If this Pokémon would be Knocked Out by damage from an attack, flip a coin. If heads, this Pokémon is not Knocked Out, and its remaining HP becomes 10.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Psychic"
],
"converted_energy_cost": 2,
"name": "Ghostly Blow",
"text": "Place 5 damage counters on 1 of your opponent's Benched Pokémon.",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Haru Akasaka",
"pricing": {
"currency": "USD",
"market": 0.07,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.07
}
],
"graded": [],
"market_updated_at": "2026-07-29T09:36:21.568Z",
"trend_7d": {
"direction": "down",
"percent": -12.5
}
}
}
}