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 their Active Pokémon with 1 of their Benched Pokémon.
/api/v1/pokemon/cards/sm12_ja-9?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm12_ja-9",
"name": "Dartrix",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/9.large.webp"
}
],
"expansion": {
"id": "sm12_ja",
"name": "Alter Genesis",
"total": 117,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM12",
"printed_total": 95,
"release_date": "2019/09/06",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.symbol.png",
"translation": {
"en": {
"name": "Alter Genesis"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572146",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/9.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Leafage",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wing Flick",
"text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 0.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.5
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 35,
"low": 29.75,
"high": 40.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 14.48,
"low": 12.31,
"high": 16.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:15:27.717Z",
"trend_7d": {
"direction": "down",
"percent": -23.08
}
}
}
}