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/sm9_ja-21?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm9_ja-21",
"name": "Squirtle",
"number": "21",
"printed_number": "21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/21.large.webp"
}
],
"expansion": {
"id": "sm9_ja",
"name": "Tag Bolt",
"total": 118,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM9",
"printed_total": 95,
"release_date": "2018/12/07",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.symbol.png",
"translation": {
"en": {
"name": "Tag Bolt"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572555",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/21.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Tackle",
"damage": "10"
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rain Splash",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "usually",
"artist": "HYOGONOSUKE",
"pricing": {
"currency": "USD",
"market": 2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2
},
{
"condition": "LP",
"price": 1
},
{
"condition": "MP",
"price": 0.99
},
{
"condition": "HP",
"price": 0.2
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 174.99,
"low": 141.79,
"high": 178.99,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 10.89,
"low": 11.97,
"high": 11.97,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:56:59.448Z",
"trend_7d": {
"direction": "up",
"percent": 106.19
}
}
}
}