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, search your deck for Fraxure, reveal it, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/ds1_ja-12?include=prices 200 16ms{
"success": true,
"data": {
"id": "ds1_ja-12",
"name": "Axew",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/12.large.webp"
}
],
"expansion": {
"id": "ds1_ja",
"name": "Dragon Selection",
"total": 20,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "DS",
"printed_total": 20,
"release_date": "2012/01/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.symbol.png",
"translation": {
"en": {
"name": "Dragon Selection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "602833",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Signs of Evolution",
"text": "Flip a coin. If heads, search your deck for Fraxure, reveal it, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Scratch",
"damage": "10"
}
],
"rarity": "Triple Rare",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 4.78,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.78
},
{
"condition": "LP",
"price": 2
},
{
"condition": "HP",
"price": 1.75
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 32.5,
"low": 27.63,
"high": 37.38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:07:31.141Z",
"trend_7d": {
"direction": "down",
"percent": -0.62
}
}
}
}