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, discard an Energy attached to your opponents Active Pokémon.
/api/v1/pokemon/cards/xy_ja-49?include=prices 200 37ms{
"success": true,
"data": {
"id": "xy_ja-49",
"name": "Trubbish",
"number": "49",
"printed_number": "49",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/49.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/49.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/49.large.webp"
}
],
"expansion": {
"id": "xy_ja",
"name": "The Best of XY",
"total": 188,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY",
"printed_total": 171,
"release_date": "2017/04/21",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
"translation": {
"en": {
"name": "The Best of XY"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "598993",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/49.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/49.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/49.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "70",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Acid Spray",
"text": "Flip a coin. If heads, discard an Energy attached to your opponents Active Pokémon.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "OOYAMA",
"pricing": {
"currency": "USD",
"market": 10.33,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 10.33
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 77.47,
"low": 76.23,
"high": 78.71,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 50,
"low": 49.75,
"high": 129.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 26.75,
"low": 9.5,
"high": 44,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:03:31.772Z",
"trend_7d": {
"direction": "down",
"percent": -2.09
}
}
}
}