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 2 cards.
If your opponent's Pokémon used an attack that isn't a GX attack during their last turn, use it as this attack.
/api/v1/pokemon/cards/sm8b_ja-95vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm8b_ja-95vrh",
"name": "Mimikyu",
"number": "95",
"printed_number": "95",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95vrh.large.webp"
}
],
"expansion": {
"id": "sm8b_ja",
"name": "GX Ultra Shiny",
"total": 250,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM8b",
"printed_total": 150,
"release_date": "2018/11/02",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
"translation": {
"en": {
"name": "GX Ultra Shiny"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "574714",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/95vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Filch",
"text": "Draw 2 cards."
},
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Copycat",
"text": "If your opponent's Pokémon used an attack that isn't a GX attack during their last turn, use it as this attack."
}
],
"rarity": "Common",
"artist": "Eri Yamaki",
"pricing": {
"currency": "USD",
"market": 7,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7
},
{
"condition": "LP",
"price": 3.5
},
{
"condition": "MP",
"price": 3.5
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 130,
"low": 60.6,
"high": 433,
"confidence": "high",
"value_kind": "sold",
"sold_count": 7
},
{
"company": "PSA",
"grade": "9",
"value": 19,
"low": 16.5,
"high": 30.75,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
}
],
"market_updated_at": "2026-09-22T04:03:24.887Z",
"trend_7d": {
"direction": "down",
"percent": -2.23
}
}
}
}