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

Does 10 damage times the number of damage counters on Dodrio.
Flip a coin. If tails, Dodrio can't use Slashing Strike during your next turn.
/api/v1/pokemon/cards/ex5-33?include=prices 200 21ms{
"success": true,
"data": {
"id": "ex5-33",
"name": "Dodrio",
"number": "33",
"printed_number": "33",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/33.large.webp"
}
],
"expansion": {
"id": "ex5",
"name": "Hidden Legends",
"total": 102,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "HL",
"printed_total": 101,
"release_date": "2004/06/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84849",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/33.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/33.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/33.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "80",
"abilities": [
{
"name": "Fast Feet",
"text": "Dodrio can retreat even when it is Asleep or Paralyzed.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Retaliate",
"text": "Does 10 damage times the number of damage counters on Dodrio.",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Slashing Strike",
"text": "Flip a coin. If tails, Dodrio can't use Slashing Strike during your next turn.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 0.41,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.41
},
{
"condition": "LP",
"price": 0.32
},
{
"condition": "MP",
"price": 0.34
},
{
"condition": "HP",
"price": 0.2
},
{
"condition": "DMG",
"price": 0.25
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "4.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 107.5,
"low": 91.38,
"high": 123.62,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "TAG",
"grade": "10",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-11T03:09:56.743Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}