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

Does 20 damage plus 10 more damage for each Water Energy attached to Pelipper.
/api/v1/pokemon/cards/pl4-45vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "pl4-45vrh",
"name": "Pelipper",
"number": "45",
"printed_number": "45",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/45vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/45vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/45vrh.large.webp"
}
],
"expansion": {
"id": "pl4",
"name": "Arceus",
"total": 111,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "AR",
"printed_total": 99,
"release_date": "2009/11/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87979",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/45vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/45vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/45vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Water Ball",
"text": "Does 20 damage plus 10 more damage for each Water Energy attached to Pelipper."
},
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Wing Attack",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 1.31,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.31
},
{
"condition": "LP",
"price": 0.88
},
{
"condition": "MP",
"price": 0.95
},
{
"condition": "HP",
"price": 0.4
},
{
"condition": "DMG",
"price": 0.58
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 10.5,
"low": 8.92,
"high": 12.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 49.99,
"low": 49.99,
"high": 49.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:50:02.756Z",
"trend_7d": {
"direction": "down",
"percent": -86.9
}
}
}
}