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 a coin until you get tails. This attack does 20 damage plus 20 more damage for each heads.
/api/v1/pokemon/cards/l2_ja-57?include=prices 200 23ms{
"success": true,
"data": {
"id": "l2_ja-57",
"name": "Dodrio",
"number": "57",
"printed_number": "57",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/57.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/57.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/57.large.webp"
}
],
"expansion": {
"id": "l2_ja",
"name": "Reviving Legends",
"total": 81,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L2",
"printed_total": 80,
"release_date": "2010/02/11",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
"translation": {
"en": {
"name": "Reviving Legends"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/57.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/57.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/57.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "80",
"abilities": [
{
"name": "Retreat Aid",
"text": "As long as Dodrio is on your Bench, your Active Pokémon's Retreat Cost is Colorless Colorless less.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Incessant Peck",
"text": "Flip a coin until you get tails. This attack does 20 damage plus 20 more damage for each heads.",
"damage": "20+"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Yukiko Baba",
"pricing": {
"currency": "USD",
"market": 1.89,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.89
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 176.68,
"low": 219.59,
"high": 256.28,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 34.48,
"low": 44,
"high": 44,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-12T09:04:58.767Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}