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

Your opponent draws a card.
/api/v1/pokemon/cards/sm2k_ja-37vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "sm2k_ja-37vh",
"name": "Comfey",
"number": "37",
"printed_number": "37",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/37vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/37vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/37vh.large.webp"
}
],
"expansion": {
"id": "sm2k_ja",
"name": "Islands Await You",
"total": 62,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM2K",
"printed_total": 50,
"release_date": "2017/03/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.symbol.png",
"translation": {
"en": {
"name": "Islands Await You"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "574478",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/37vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/37vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/37vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "70",
"abilities": [
{
"name": "Flower Shield",
"text": "Each of your Pokémon that has any Fairy Energy attached to it can't be affected by any Special Conditions. Remove any Special Conditions affecting those Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Sweet Kiss",
"text": "Your opponent draws a card.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Sanosuke Sakuma",
"pricing": {
"currency": "USD",
"market": 3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3
},
{
"condition": "LP",
"price": 2
}
],
"graded": [],
"market_updated_at": "2026-08-26T09:03:33.640Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}