Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.
/api/v1/pokemon/cards/sm12-99vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm12-99vrh",
"name": "Cosmog",
"number": "99",
"printed_number": "99",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/99vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/99vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/99vrh.large.webp"
}
],
"expansion": {
"id": "sm12",
"name": "Cosmic Eclipse",
"total": 272,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CEC",
"printed_total": 236,
"release_date": "2019/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "201276",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/99vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/99vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/99vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Ascension",
"text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 0.6,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.6
},
{
"condition": "LP",
"price": 0.33
},
{
"condition": "MP",
"price": 0.27
},
{
"condition": "DMG",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 85,
"low": 72.25,
"high": 97.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 99.99,
"low": 84.99,
"high": 114.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:41:57.962Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}