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

Attach up to 2 Grass Energy cards from your hand to Weepinbell.
Flip 2 coins. This attack does 30 damage times the number of heads.
/api/v1/pokemon/cards/ecard3_ja-9?include=prices 200 17ms{
"success": true,
"data": {
"id": "ecard3_ja-9",
"name": "Weepinbell",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/9.large.webp"
}
],
"expansion": {
"id": "ecard3_ja",
"name": "Wind from the Sea",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "E-Card",
"printed_total": 87,
"release_date": "2002/05/24",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
"translation": {
"en": {
"name": "Wind from the Sea"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "576436",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/9.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/9.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/9.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Growth",
"text": "Attach up to 2 Grass Energy cards from your hand to Weepinbell."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Double Razor Leaf",
"text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
"damage": "30×"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 3.69,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.69
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 26,
"low": 22.1,
"high": 29.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 75.03,
"low": 110.5,
"high": 110.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 18.37,
"low": 17.6,
"high": 27.67,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-22T02:57:07.849Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}