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 tails, discard a Fire Energy attached to this Pokémon.
/api/v1/pokemon/cards/xy5g_ja-17?include=prices 200 23ms{
"success": true,
"data": {
"id": "xy5g_ja-17",
"name": "Torchic",
"number": "17",
"printed_number": "17",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/17.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/17.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/17.large.webp"
}
],
"expansion": {
"id": "xy5g_ja",
"name": "Gaia Volcano",
"total": 80,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY5",
"printed_total": 70,
"release_date": "2014/12/13",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.symbol.png",
"translation": {
"en": {
"name": "Gaia Volcano"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603711",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/17.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/17.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/17.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Ember",
"text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "usually",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 2.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.99
},
{
"condition": "MP",
"price": 1.75
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 8
},
{
"company": "PSA",
"grade": "9",
"value": 16.99,
"low": 19.75,
"high": 21.75,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T02:28:35.008Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}