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 a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage.
/api/v1/pokemon/cards/neo4_ja-72?include=prices 200 17ms{
"success": true,
"data": {
"id": "neo4_ja-72",
"name": "Phanpy",
"number": "231",
"printed_number": "231",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-72.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-72.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-72.large.webp"
}
],
"expansion": {
"id": "neo4_ja",
"name": "Darkness, and to Light...",
"total": 113,
"language": "Japanese",
"language_code": "ja",
"series": "Neo",
"printed_total": 113,
"release_date": "2001/04/20",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.symbol.png",
"translation": {
"en": {
"name": "Darkness, and to Light..."
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-72.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-72.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-72.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "40",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Crushing Step",
"text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage.",
"damage": "10+"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 2.25,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.25
},
{
"condition": "LP",
"price": 1.85
},
{
"condition": "MP",
"price": 0.88
},
{
"condition": "HP",
"price": 1
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 11.6,
"low": 11.45,
"high": 11.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 121.03,
"low": 99.99,
"high": 99.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:40:02.948Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}