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/sm10-58vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm10-58vrh",
"name": "Charjabug",
"number": "58",
"printed_number": "58",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/58vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/58vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/58vrh.large.webp"
}
],
"expansion": {
"id": "sm10",
"name": "Unbroken Bonds",
"total": 238,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UNB",
"printed_total": 214,
"release_date": "2019/05/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "189159",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/58vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/58vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/58vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "80",
"abilities": [
{
"name": "Battery",
"text": "Once during your turn (before your attack), you may attach this card from your hand to 1 of your Vikavolt or Vikavolt-GX as a Special Energy card. This card provides 2 Lightning Energy only while it's attached to a Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Pierce",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Sekio",
"pricing": {
"currency": "USD",
"market": 0.43,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.43
},
{
"condition": "MP",
"price": 0.31
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:23:44.093Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}