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 an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/hgss2-46?include=prices 200 15ms{
"success": true,
"data": {
"id": "hgss2-46",
"name": "Carnivine",
"number": "46",
"printed_number": "46",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/46.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/46.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/46.large.webp"
}
],
"expansion": {
"id": "hgss2",
"name": "HS—Unleashed",
"total": 96,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UL",
"printed_total": 95,
"release_date": "2010/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84104",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/46.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/46.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/46.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Drawup Power",
"text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Spit Up",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Wataru Kawahara",
"pricing": {
"currency": "USD",
"market": 0.31,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.31
},
{
"condition": "LP",
"price": 0.27
},
{
"condition": "MP",
"price": 0.22
},
{
"condition": "HP",
"price": 0.14
},
{
"condition": "DMG",
"price": 0.15
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:49:53.759Z",
"trend_7d": {
"direction": "up",
"percent": 10.71
}
}
}
}