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/xy5t_ja-41?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy5t_ja-41",
"name": "Tentacool",
"number": "41",
"printed_number": "41",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/41.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/41.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/41.large.webp"
}
],
"expansion": {
"id": "xy5t_ja",
"name": "Tidal Storm",
"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/xy5t_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.symbol.png",
"translation": {
"en": {
"name": "Tidal Storm"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603794",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/41.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/41.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/41.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"abilities": [
{
"name": "α Recovery",
"text": "When this Pokémon is healed, double the amount healed.",
"type": "Ancient Trait"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Psyshot",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 2.86,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.86
},
{
"condition": "LP",
"price": 2
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:47:30.464Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}