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

/api/v1/pokemon/cards/xy7_ja-58?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy7_ja-58",
"name": "Goomy",
"number": "58",
"printed_number": "58",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/58.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/58.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/58.large.webp"
}
],
"expansion": {
"id": "xy7_ja",
"name": "Bandit Ring",
"total": 97,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY7",
"printed_total": 81,
"release_date": "2015/06/20",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.symbol.png",
"translation": {
"en": {
"name": "Bandit Ring"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603930",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/58.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/58.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/58.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"hp": "40",
"abilities": [
{
"name": "Water Down",
"text": "Whenever you attach a Water Energy card from your hand to this Pokémon, you may search your deck for Goomy and put it onto your Bench. Shuffle your deck afterward.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fairy",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Stampede",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fairy",
"value": "×2"
}
],
"rarity": "usually",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 2.75,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.75
},
{
"condition": "LP",
"price": 1.89
},
{
"condition": "HP",
"price": 1.09
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 77.39,
"low": 62,
"high": 62,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-07-16T02:29:25.650Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}