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 a coin. If heads, this attack does 10 more damage.
/api/v1/pokemon/cards/bw3p_ja-34?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw3p_ja-34",
"name": "Timburr",
"number": "34",
"printed_number": "34",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/34.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/34.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/34.large.webp"
}
],
"expansion": {
"id": "bw3p_ja",
"name": "Psycho Drive",
"total": 57,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW3",
"printed_total": 52,
"release_date": "2011/09/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3p_ja.symbol.png",
"translation": {
"en": {
"name": "Psycho Drive"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601035",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/34.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/34.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3p_ja/34.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Pummel",
"text": "Flip a coin. If heads, this attack does 10 more damage.",
"damage": "10+"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 3.13,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.13
},
{
"condition": "LP",
"price": 3.01
},
{
"condition": "MP",
"price": 0.55
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-08T03:14:33.899Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}