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

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.
The Defending Pokémon can't retreat during your opponent's next turn.
/api/v1/pokemon/cards/dp1-64?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp1-64",
"name": "Staravia",
"number": "64",
"printed_number": "64",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/64.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/64.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/64.large.webp"
}
],
"expansion": {
"id": "dp1",
"name": "Diamond & Pearl",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "DP",
"printed_total": 130,
"release_date": "2007/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89513",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/64.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/64.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/64.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Whirlwind",
"text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Clutch",
"text": "The Defending Pokémon can't retreat during your opponent's next turn.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.41,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.41
},
{
"condition": "MP",
"price": 0.22
},
{
"condition": "HP",
"price": 0.22
},
{
"condition": "DMG",
"price": 0.2
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 22,
"low": 22,
"high": 36,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "5.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "7.5",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:58:35.862Z",
"trend_7d": {
"direction": "down",
"percent": -4.65
}
}
}
}