Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

The Defending Pokémon is now Poisoned.
Flip a coin. If heads, look at your opponent's hand, choose 1 card, and discard it.
/api/v1/pokemon/cards/l3_ja-2?include=prices 200 23ms{
"success": true,
"data": {
"id": "l3_ja-2",
"name": "Weepinbell",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/2.large.webp"
}
],
"expansion": {
"id": "l3_ja",
"name": "Clash at the Summit",
"total": 81,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L3",
"printed_total": 80,
"release_date": "2010/07/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
"translation": {
"en": {
"name": "Clash at the Summit"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "608378",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/2.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/2.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/2.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Poisonpowder",
"text": "The Defending Pokémon is now Poisoned."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Corrode Target",
"text": "Flip a coin. If heads, look at your opponent's hand, choose 1 card, and discard it.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3
},
{
"condition": "LP",
"price": 1.25
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 100,
"low": 85,
"high": 115,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 77,
"low": 65.45,
"high": 88.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 12.21,
"low": 10.76,
"high": 10.76,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 27.35,
"low": 40,
"high": 40,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-07-16T02:33:45.782Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}