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

Flip 3 coins. This attack does 30 damage times the number of heads. This Pokémon is now Confused.
/api/v1/pokemon/cards/bw8-100?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw8-100",
"name": "Dodrio",
"number": "100",
"printed_number": "100",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/100.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/100.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/100.large.webp"
}
],
"expansion": {
"id": "bw8",
"name": "Plasma Storm",
"total": 138,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLS",
"printed_total": 135,
"release_date": "2013/02/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84855",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/100.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/100.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/100.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Raging Pecks",
"text": "Flip 3 coins. This attack does 30 damage times the number of heads. This Pokémon is now Confused.",
"damage": "30"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Drill Peck",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "kawayoo",
"pricing": {
"currency": "USD",
"market": 0.61,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.61
},
{
"condition": "LP",
"price": 0.5
},
{
"condition": "MP",
"price": 0.33
},
{
"condition": "HP",
"price": 0.39
},
{
"condition": "DMG",
"price": 0.4
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:18:42.799Z",
"trend_7d": {
"direction": "down",
"percent": -1.61
}
}
}
}