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-3vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm10-3vrh",
"name": "Metapod",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/3vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/3vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/3vrh.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": "189041",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/3vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/3vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/3vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "70",
"abilities": [
{
"name": "Emerge",
"text": "Once during your turn (before your attack), you may flip a coin. If heads, 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.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Bug Bite",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Shigenori Negishi",
"pricing": {
"currency": "USD",
"market": 0.54,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.54
},
{
"condition": "MP",
"price": 0.25
},
{
"condition": "HP",
"price": 0.23
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:23:44.093Z",
"trend_7d": {
"direction": "down",
"percent": -1.82
}
}
}
}