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/bw6c_ja-17?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw6c_ja-17",
"name": "Ducklett",
"number": "17",
"printed_number": "17",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/17.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/17.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/17.large.webp"
}
],
"expansion": {
"id": "bw6c_ja",
"name": "Cold Flare",
"total": 65,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW6",
"printed_total": 59,
"release_date": "2012/07/13",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.symbol.png",
"translation": {
"en": {
"name": "Cold Flare"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601612",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/17.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/17.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/17.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rain Splash",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 1.68,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.68
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-16T02:15:29.087Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}