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 a Baby Pokémon or Basic Pokémon card and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)
Flip a coin. If heads, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/ecard3-90?include=prices 200 17ms{
"success": true,
"data": {
"id": "ecard3-90",
"name": "Rattata",
"number": "90",
"printed_number": "90",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/90.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/90.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/90.large.webp"
}
],
"expansion": {
"id": "ecard3",
"name": "Skyridge",
"total": 182,
"language": "English",
"language_code": "en",
"series": "E-Card",
"code": "SK",
"printed_total": 144,
"release_date": "2003/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88613",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/90.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/90.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/90.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "30",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Friends",
"text": "Search your deck for a Baby Pokémon or Basic Pokémon card and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)"
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Body Slam",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Masako Yamashita",
"pricing": {
"currency": "USD",
"market": 9.81,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9.81
},
{
"condition": "LP",
"price": 8.28
},
{
"condition": "MP",
"price": 6.76
},
{
"condition": "HP",
"price": 3.37
},
{
"condition": "DMG",
"price": 3.74
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 19.2,
"low": 16.32,
"high": 22.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "CGC",
"grade": "7",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 18.88,
"low": 16.05,
"high": 21.71,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 22.49,
"low": 19.12,
"high": 25.86,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 17.49,
"low": 14.87,
"high": 20.11,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 152.44,
"low": 129.57,
"high": 175.31,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "5",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 60.91,
"low": 51.77,
"high": 70.05,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:47:10.710Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}