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

Flip 4 coins. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/xy8r_ja-45?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy8r_ja-45",
"name": "Mr. Mime",
"number": "45",
"printed_number": "45",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/45.large.webp"
}
],
"expansion": {
"id": "xy8r_ja",
"name": "Red Flash",
"total": 65,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY8",
"printed_total": 59,
"release_date": "2015/09/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.symbol.png",
"translation": {
"en": {
"name": "Red Flash"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "604102",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/45.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "70",
"abilities": [
{
"name": "Bench Barrier",
"text": "Prevent all damage done to your Benched Pokémon by attacks.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Juggling",
"text": "Flip 4 coins. This attack does 10 damage times the number of heads.",
"damage": "10×"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "usually",
"artist": "kirisAki",
"pricing": {
"currency": "USD",
"market": 2.54,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.54
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 36.35,
"low": 35,
"high": 77.3,
"confidence": "high",
"value_kind": "sold",
"sold_count": 9
}
],
"market_updated_at": "2026-07-22T02:55:35.478Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}