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/miscpt_ja-5?include=prices 200 17ms{
"success": true,
"data": {
"id": "miscpt_ja-5",
"name": "Slowbro",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/5.large.webp"
}
],
"expansion": {
"id": "miscpt_ja",
"name": "T Promos",
"total": 24,
"language": "Japanese",
"language_code": "ja",
"series": "Other",
"printed_total": 24,
"release_date": "2002/01/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpt_ja.symbol.png",
"translation": {
"en": {
"name": "T Promos"
}
}
},
"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/miscpt_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpt_ja/5.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "80",
"abilities": [
{
"name": "Oblivious",
"text": "All damage done to Slowbro by attacks from Evolved Pokémon (both yours and your opponent's) is reduced by 20 (after applying Weakness and Resistance).",
"type": "Poké-Body"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "Yukiko Baba",
"pricing": {
"currency": "USD",
"market": 239.69,
"is_stale": true,
"conditions": [
{
"condition": "NM",
"price": 239.69
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 779,
"low": 779,
"high": 779,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8.5",
"value": 65,
"low": 42.5,
"high": 70,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
}
],
"market_updated_at": "2026-09-01T03:50:55.273Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}