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

Flip 2 coins. This attack does 30 more damage for each heads.
/api/v1/pokemon/cards/bw9-42?include=prices 200 20ms{
"success": true,
"data": {
"id": "bw9-42",
"name": "Nidoqueen",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/42.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": "87711",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/42.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Psychic"
],
"hp": "130",
"attacks": [
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Poison Horn",
"damage": "50"
},
{
"cost": [
"Psychic",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Double Stomp",
"text": "Flip 2 coins. This attack does 30 more damage for each heads.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 1.53,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.53
},
{
"condition": "LP",
"price": 0.95
},
{
"condition": "MP",
"price": 0.56
},
{
"condition": "HP",
"price": 0.51
},
{
"condition": "DMG",
"price": 0.52
}
],
"graded": [
{
"company": "CGC",
"grade": "9.5",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:45.869Z",
"trend_7d": {
"direction": "down",
"percent": -5.56
}
}
}
}