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/ncgf-148?include=prices 200 19ms{
"success": true,
"data": {
"id": "ncgf-148",
"name": "Sylveon V",
"number": "148/132",
"printed_number": "148/132",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-148.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-148.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-148.large.webp"
}
],
"expansion": {
"id": "ncgf",
"name": "Nine Colours Gathering (Friend)",
"total": 184,
"language": "Chinese",
"language_code": "zh",
"series": "Sword & Shield",
"printed_total": 184,
"release_date": "2024/03/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgf.logo.png",
"translation": {
"en": {
"name": "Nine Colours Gathering (Friend)"
}
}
},
"language": "Chinese",
"language_code": "zh",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-148.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-148.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-148.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "200",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Magical Shot",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Yuu Nishida",
"pricing": {
"currency": "USD",
"market": 77,
"is_stale": false,
"conditions": [],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 74.55,
"low": 73.4,
"high": 77.49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "10",
"value": 185,
"low": 146.5,
"high": 191.74,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "9",
"value": 82.37,
"low": 70.01,
"high": 94.73,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:31:56.830Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}