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 up to 2 Basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/svp-76vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "svp-76vh",
"name": "Sprigatito",
"number": "76",
"printed_number": "76",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/76vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/76vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/76vh.large.webp"
}
],
"expansion": {
"id": "svp",
"name": "Scarlet & Violet Black Star Promos",
"total": 225,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SVP",
"printed_total": 224,
"release_date": "2023/01/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "537971",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/76vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/76vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/76vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "60",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Gather Sunlight",
"text": "Search your deck for up to 2 Basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Seed Bomb",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "kurumitsu",
"pricing": {
"currency": "USD",
"market": 11.7,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.7
},
{
"condition": "LP",
"price": 7.78
},
{
"condition": "MP",
"price": 6.4
},
{
"condition": "HP",
"price": 4.1
},
{
"condition": "DMG",
"price": 2.99
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 29.99,
"low": 25.49,
"high": 34.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 25.05,
"low": 21.5,
"high": 21.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 22.63,
"low": 34.99,
"high": 34.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:06:16.708Z",
"trend_7d": {
"direction": "up",
"percent": 2.01
}
}
}
}