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

/api/v1/pokemon/cards/pl3-25?include=prices 200 16ms{
"success": true,
"data": {
"id": "pl3-25",
"name": "Dodrio",
"number": "25",
"printed_number": "25",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/25.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/25.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/25.large.webp"
}
],
"expansion": {
"id": "pl3",
"name": "Supreme Victors",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "SV",
"printed_total": 147,
"release_date": "2009/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84853",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/25.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/25.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/25.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "80",
"abilities": [
{
"name": "Echo Draw",
"text": "Once during your turn (before your attack), you may draw a card. This power can't be used if Dodrio is affected by a Special Condition.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Drill Peck",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 1.52,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.52
},
{
"condition": "LP",
"price": 0.89
},
{
"condition": "MP",
"price": 0.88
},
{
"condition": "HP",
"price": 0.38
},
{
"condition": "DMG",
"price": 0.47
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "up",
"percent": 1.33
}
}
}
}