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

Attach an Energy card from your hand to Exeggcute.
The Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/ecard3_ja-12?include=prices 200 16ms{
"success": true,
"data": {
"id": "ecard3_ja-12",
"name": "Exeggcute",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/12.large.webp"
}
],
"expansion": {
"id": "ecard3_ja",
"name": "Wind from the Sea",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "E-Card",
"printed_total": 87,
"release_date": "2002/05/24",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
"translation": {
"en": {
"name": "Wind from the Sea"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "576364",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Growth Spurt",
"text": "Attach an Energy card from your hand to Exeggcute."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Sleep Powder",
"text": "The Defending Pokémon is now Asleep.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Yukiko Baba",
"pricing": {
"currency": "USD",
"market": 5.36,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.36
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 36,
"low": 30.6,
"high": 41.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 3.9,
"low": 3.78,
"high": 3.78,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 30,
"low": 30,
"high": 39.81,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-08T04:59:49.240Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}