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. This attack does 10 damage times the number of heads.
Heal 10 damage from this Pokémon.
/api/v1/pokemon/cards/bw1b_ja-6?include=prices 200 15ms{
"success": true,
"data": {
"id": "bw1b_ja-6",
"name": "Deerling",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/6.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": "600798",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/6.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/6.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/6.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Double Kick",
"text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
"damage": "10×"
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Leech Seed",
"text": "Heal 10 damage from this Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 1.75,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.75
},
{
"condition": "LP",
"price": 1.25
},
{
"condition": "MP",
"price": 1.32
},
{
"condition": "HP",
"price": 0.35
},
{
"condition": "DMG",
"price": 0.5
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:11:05.023Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}