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

Heal 30 damage from this Pokémon.
Put an Item card from your discard pile into your hand.
/api/v1/pokemon/cards/swsh10b_ja-19?include=prices 200 15ms{
"success": true,
"data": {
"id": "swsh10b_ja-19",
"name": "Slowpoke",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/19.large.webp"
}
],
"expansion": {
"id": "swsh10b_ja",
"name": "Pokémon GO",
"total": 101,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S10b",
"printed_total": 71,
"release_date": "2022/06/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.symbol.png",
"translation": {
"en": {
"name": "Pokémon GO"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/19.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Hold Still",
"text": "Heal 30 damage from this Pokémon."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Fishing Weather",
"text": "Put an Item card from your discard pile into your hand."
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "N-DESIGN Inc.",
"pricing": {
"currency": "USD",
"market": 0.65,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.65
},
{
"condition": "LP",
"price": 0.18
},
{
"condition": "MP",
"price": 0.25
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 12.24,
"low": 9.35,
"high": 12.15,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "10",
"value": 80,
"low": 61.6,
"high": 98,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 282.49,
"low": 116.49,
"high": 448.49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-16T18:18:34.068Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}