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 40 more damage for each Nidoqueen on your Bench.
/api/v1/pokemon/cards/bw9-58vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw9-58vrh",
"name": "Nidoking",
"number": "58",
"printed_number": "58",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/58vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/58vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/58vrh.large.webp"
}
],
"expansion": {
"id": "bw9",
"name": "Plasma Freeze",
"total": 122,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLF",
"printed_total": 116,
"release_date": "2013/05/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87700",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/58vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/58vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/58vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Fighting"
],
"hp": "140",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Lovestrike",
"text": "Does 40 more damage for each Nidoqueen on your Bench.",
"damage": "20"
},
{
"cost": [
"Fighting",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Horn Drill",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 18.35,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 18.35
},
{
"condition": "LP",
"price": 9.82
},
{
"condition": "MP",
"price": 5.48
},
{
"condition": "DMG",
"price": 2.97
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:11:45.869Z",
"trend_7d": {
"direction": "flat",
"percent": 0.05
}
}
}
}