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

If this Pokémon has no damage counters on it, this attack does nothing.
/api/v1/pokemon/cards/bw9-43?include=prices 200 13ms{
"success": true,
"data": {
"id": "bw9-43",
"name": "Nidoran ♂",
"number": "43",
"printed_number": "43",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/43.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": "87730",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/43.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/43.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/43.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Hit Back",
"text": "If this Pokémon has no damage counters on it, this attack does nothing.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.28,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.28
},
{
"condition": "LP",
"price": 0.22
},
{
"condition": "MP",
"price": 0.17
},
{
"condition": "HP",
"price": 0.18
},
{
"condition": "DMG",
"price": 0.12
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:45.869Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}