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 3 coins. This attack does 30 damage times the number of heads.
/api/v1/pokemon/cards/cp6_ja-42?include=prices 200 22ms{
"success": true,
"data": {
"id": "cp6_ja-42",
"name": "Nidorino",
"number": "42",
"printed_number": "42",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/42.large.webp"
}
],
"expansion": {
"id": "cp6_ja",
"name": "Expansion Pack 20th Anniversary",
"total": 103,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP6",
"printed_total": 87,
"release_date": "2016/09/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.symbol.png",
"translation": {
"en": {
"name": "Expansion Pack 20th Anniversary"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "606135",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/42.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/42.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/42.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Horn Attack",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Fury Attack",
"text": "Flip 3 coins. This attack does 30 damage times the number of heads.",
"damage": "30×"
}
],
"rarity": "Non",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 0.6,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.6
},
{
"condition": "LP",
"price": 0.49
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 95,
"low": 80.75,
"high": 109.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 14.27,
"low": 12.13,
"high": 16.41,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-17T02:52:12.272Z",
"trend_7d": {
"direction": "down",
"percent": -7.69
}
}
}
}