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, this Pokémon does 10 damage to itself.
/api/v1/pokemon/cards/xy5t_ja-22?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy5t_ja-22",
"name": "Feebas",
"number": "22",
"printed_number": "22",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/22.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": "603747",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/22.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "30",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Float On",
"text": "Flip a coin. If tails, this Pokémon does 10 damage to itself.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Suwama Chiaki",
"pricing": {
"currency": "USD",
"market": 4.37,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.37
},
{
"condition": "LP",
"price": 1.38
},
{
"condition": "MP",
"price": 1.49
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 49.85,
"low": 48.8,
"high": 52.53,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-07-05T04:18:19.925Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}