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/bw1b_ja-24?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw1b_ja-24",
"name": "Woobat",
"number": "24",
"printed_number": "24",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/24.large.webp"
}
],
"expansion": {
"id": "bw1b_ja",
"name": "Black Collection",
"total": 56,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW1",
"printed_total": 53,
"release_date": "2010/12/07",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.symbol.png",
"translation": {
"en": {
"name": "Black Collection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "600843",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/24.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Gust",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "usually",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 0.8,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.8
}
],
"graded": [],
"market_updated_at": "2026-07-16T02:07:39.779Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}