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

Switch this Pokémon with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/me1-54?include=prices 200 15ms{
"success": true,
"data": {
"id": "me1-54",
"name": "Abra",
"number": "54",
"printed_number": "54",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/54.large.webp"
}
],
"expansion": {
"id": "me1",
"name": "Mega Evolution",
"total": 188,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "MEG",
"printed_total": 132,
"release_date": "2025/09/26",
"logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
"symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "654393",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/54.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/54.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/54.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Teleportation Attack",
"text": "Switch this Pokémon with 1 of your Benched Pokémon.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Orca",
"pricing": {
"currency": "USD",
"market": 0.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.16
},
{
"condition": "MP",
"price": 0.14
},
{
"condition": "HP",
"price": 0.1
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 94.57,
"low": 55.9,
"high": 95.09,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T02:28:58.540Z",
"trend_7d": {
"direction": "down",
"percent": -20
}
}
}
}