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

Heal 30 damage from this Pokémon.
This attack's damage isn't affected by Weakness or Resistance.
/api/v1/pokemon/cards/xy_ja-60?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy_ja-60",
"name": "Medicham",
"number": "60",
"printed_number": "60",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/60.large.webp"
}
],
"expansion": {
"id": "xy_ja",
"name": "The Best of XY",
"total": 188,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY",
"printed_total": 171,
"release_date": "2017/04/21",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
"translation": {
"en": {
"name": "The Best of XY"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "598875",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/60.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/60.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/60.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fighting"
],
"hp": "90",
"abilities": [
{
"name": "Ω Barrage",
"text": "This Pokémon may attack twice a turn. (If the first attack Knocks Out your opponent's Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.)",
"type": "Ancient Trait"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Calm Mind",
"text": "Heal 30 damage from this Pokémon."
},
{
"cost": [
"Fighting",
"Fighting"
],
"converted_energy_cost": 2,
"name": "Yoga Kick",
"text": "This attack's damage isn't affected by Weakness or Resistance.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 2.76,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.76
},
{
"condition": "MP",
"price": 1.1
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 94.98,
"low": 82.49,
"high": 107.46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:03:31.772Z",
"trend_7d": {
"direction": "flat",
"percent": -0.36
}
}
}
}