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/sm5p_ja-1vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "sm5p_ja-1vrh",
"name": "Turtwig",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/1vrh.large.webp"
}
],
"expansion": {
"id": "sm5p_ja",
"name": "Ultra Force",
"total": 63,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM5+",
"printed_total": 50,
"release_date": "2018/01/19",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.symbol.png",
"translation": {
"en": {
"name": "Ultra Force"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572334",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/1vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/1vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/1vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "20"
},
{
"cost": [
"Grass",
"Grass",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Razor Leaf",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "OOYAMA",
"pricing": {
"currency": "USD",
"market": 3.89,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.89
},
{
"condition": "DMG",
"price": 2
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 69.99,
"low": 59.49,
"high": 80.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 214.04,
"low": 206.05,
"high": 234.45,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T04:01:23.307Z",
"trend_7d": {
"direction": "down",
"percent": -4.42
}
}
}
}