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

Shuffle 3 basic Energy cards from your discard pile into your deck.
/api/v1/pokemon/cards/cp4_ja-84?include=prices 200 17ms{
"success": true,
"data": {
"id": "cp4_ja-84",
"name": "Togetic",
"number": "84",
"printed_number": "84",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/84.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/84.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/84.large.webp"
}
],
"expansion": {
"id": "cp4_ja",
"name": "Premium Champion Pack",
"total": 140,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP4",
"printed_total": 131,
"release_date": "2016/04/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
"translation": {
"en": {
"name": "Premium Champion Pack"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "605581",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/84.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/84.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/84.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fairy"
],
"attacks": [
{
"cost": [
"Fairy"
],
"converted_energy_cost": 1,
"name": "Go Fetch",
"text": "Shuffle 3 basic Energy cards from your discard pile into your deck."
},
{
"cost": [
"Fairy",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Fairy Wind",
"damage": "40"
}
],
"rarity": "Common",
"artist": "Kanako Eo",
"pricing": {
"currency": "USD",
"market": 6,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6
},
{
"condition": "LP",
"price": 4.39
},
{
"condition": "DMG",
"price": 1
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 21.6,
"low": 18.36,
"high": 24.84,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 31,
"low": 26.35,
"high": 35.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:58:35.724Z",
"trend_7d": {
"direction": "up",
"percent": 50
}
}
}
}