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 50 damage plus 10 more damage for each of your opponent's Benched Pokémon.
/api/v1/pokemon/cards/pl2-30?include=prices 200 17ms{
"success": true,
"data": {
"id": "pl2-30",
"name": "Nidoqueen",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/30.large.webp"
}
],
"expansion": {
"id": "pl2",
"name": "Rising Rivals",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "RR",
"printed_total": 111,
"release_date": "2009/05/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87709",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/30.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Psychic"
],
"hp": "120",
"abilities": [
{
"name": "Maternal Comfort",
"text": "At any times between turns, remove 1 damage counter from each of your Pokémon. You can't use more than 1 Maternal Comfort Poké-Body between turns.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Mega Punch",
"damage": "40"
},
{
"cost": [
"Psychic",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Ruthless Tail",
"text": "Does 50 damage plus 10 more damage for each of your opponent's Benched Pokémon.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+30"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 3.97,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.97
},
{
"condition": "MP",
"price": 3
},
{
"condition": "HP",
"price": 2.42
},
{
"condition": "DMG",
"price": 1.83
}
],
"graded": [
{
"company": "PSA",
"grade": "6",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 34,
"low": 28.9,
"high": 39.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:21:30.919Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}