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 2 coins. For each heads, draw a card.
/api/v1/pokemon/cards/bw5d_ja-10?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw5d_ja-10",
"name": "Feebas",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/10.large.webp"
}
],
"expansion": {
"id": "bw5d_ja",
"name": "Dragon Blade",
"total": 55,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW5",
"printed_total": 50,
"release_date": "2012/03/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.symbol.png",
"translation": {
"en": {
"name": "Dragon Blade"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601495",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/10.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "30",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Add-a-Dash",
"text": "Flip 2 coins. For each heads, draw a card."
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
},
{
"condition": "LP",
"price": 1
},
{
"condition": "MP",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 132.2,
"low": 75,
"high": 75,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "5",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-30T03:16:00.800Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}