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/bw6-89?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw6-89",
"name": "Gabite",
"number": "89",
"printed_number": "89",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/89.large.webp"
}
],
"expansion": {
"id": "bw6",
"name": "Dragons Exalted",
"total": 128,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "DRX",
"printed_total": 124,
"release_date": "2012/08/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85601",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/89.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Dragon"
],
"hp": "80",
"abilities": [
{
"name": "Dragon Call",
"text": "Once during your turn (before your attack), you may search your deck for a Dragon Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Fighting"
],
"converted_energy_cost": 2,
"name": "Dragonslice",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Dragon",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 5.77,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.77
},
{
"condition": "LP",
"price": 3.47
},
{
"condition": "MP",
"price": 3.57
},
{
"condition": "HP",
"price": 3.18
},
{
"condition": "DMG",
"price": 2.21
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 34.99,
"low": 29.74,
"high": 40.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:21:06.790Z",
"trend_7d": {
"direction": "up",
"percent": 12.7
}
}
}
}