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

Put 3 damage counters on your opponent's Pokémon in any way you like.
/api/v1/pokemon/cards/bw5d_ja-18?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw5d_ja-18",
"name": "Shedinja",
"number": "18",
"printed_number": "18",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/18.large.webp"
}
],
"expansion": {
"id": "bw5d_ja",
"name": "Dragon Blade",
"total": 55,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW5",
"printed_total": 50,
"release_date": "2012/03/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.symbol.png",
"translation": {
"en": {
"name": "Dragon Blade"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601542",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/18.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "60",
"abilities": [
{
"name": "Empty Shell",
"text": "If this Pokémon is Knocked Out, your opponent can't take any Prize cards for it.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Cursed Drop",
"text": "Put 3 damage counters on your opponent's Pokémon in any way you like."
}
],
"rarity": "Non",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 1.55,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.55
},
{
"condition": "MP",
"price": 1.35
}
],
"graded": [],
"market_updated_at": "2026-07-16T03:23:21.822Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}