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/sm11-44vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm11-44vrh",
"name": "Tirtouga",
"number": "44",
"printed_number": "44",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/44vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/44vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/44vrh.large.webp"
}
],
"expansion": {
"id": "sm11",
"name": "Unified Minds",
"total": 261,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UNM",
"printed_total": 236,
"release_date": "2019/08/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "194965",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/44vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/44vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/44vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "100",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Shell Attack",
"damage": "20"
},
{
"cost": [
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Boulder Crush",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "HYOGONOSUKE",
"pricing": {
"currency": "USD",
"market": 1.35,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.35
},
{
"condition": "LP",
"price": 1.18
},
{
"condition": "HP",
"price": 1.02
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:35:58.618Z",
"trend_7d": {
"direction": "up",
"percent": 0.75
}
}
}
}