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

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/swsh6a_ja-45?include=prices 200 48ms{
"success": true,
"data": {
"id": "swsh6a_ja-45",
"name": "Indeedee",
"number": "45",
"printed_number": "45",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/45.large.webp"
}
],
"expansion": {
"id": "swsh6a_ja",
"name": "Eevee Heroes",
"total": 101,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S6a",
"printed_total": 69,
"release_date": "2021/05/28",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.symbol.png",
"translation": {
"en": {
"name": "Eevee Heroes"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "570508",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/45.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "100",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Call for Family",
"text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Psychic",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Heart Sign",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "usually",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 0.15,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.15
}
],
"graded": [
{
"company": "PSA",
"grade": "2",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:25:28.575Z",
"trend_7d": {
"direction": "down",
"percent": -53.13
}
}
}
}