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

Choose 1 of your opponent's Pokémon. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, shuffle Crobat and all cards attached to it back into your deck.
/api/v1/pokemon/cards/dp2-23?include=prices 200 18ms{
"success": true,
"data": {
"id": "dp2-23",
"name": "Crobat",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/23.large.webp"
}
],
"expansion": {
"id": "dp2",
"name": "Mysterious Treasures",
"total": 124,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MT",
"printed_total": 123,
"release_date": "2007/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84487",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Psychic"
],
"hp": "100",
"abilities": [
{
"name": "Evolutionary Toxic",
"text": "Once during your turn, when you play Crobat from your hand to evolve 1 of your Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Psychic"
],
"converted_energy_cost": 2,
"name": "Strike and Fade",
"text": "Choose 1 of your opponent's Pokémon. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, shuffle Crobat and all cards attached to it back into your deck."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+30"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 5.34,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.34
},
{
"condition": "LP",
"price": 2.3
},
{
"condition": "MP",
"price": 1.58
},
{
"condition": "HP",
"price": 0.8
},
{
"condition": "DMG",
"price": 0.93
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 53,
"low": 45.05,
"high": 60.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:09:39.295Z",
"trend_7d": {
"direction": "flat",
"percent": 0.38
}
}
}
}