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/bw2-71?include=prices 200 15ms{
"success": true,
"data": {
"id": "bw2-71",
"name": "Ferroseed",
"number": "71",
"printed_number": "71",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/71.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/71.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/71.large.webp"
}
],
"expansion": {
"id": "bw2",
"name": "Emerging Powers",
"total": 98,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "EPO",
"printed_total": 98,
"release_date": "2011/08/31",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85426",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/71.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/71.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/71.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "50",
"attacks": [
{
"cost": [
"Metal",
"Metal"
],
"converted_energy_cost": 2,
"name": "Pierce",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 0.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.27
},
{
"condition": "LP",
"price": 0.21
},
{
"condition": "MP",
"price": 0.1
},
{
"condition": "HP",
"price": 0.14
},
{
"condition": "DMG",
"price": 0.2
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:43:24.154Z",
"trend_7d": {
"direction": "down",
"percent": -6.9
}
}
}
}