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/sv5-114?include=prices 200 19ms{
"success": true,
"data": {
"id": "sv5-114",
"name": "Metang",
"number": "114",
"printed_number": "114",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/114.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/114.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/114.large.webp"
}
],
"expansion": {
"id": "sv5",
"name": "Temporal Forces",
"total": 218,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "TEF",
"printed_total": 162,
"release_date": "2024/03/22",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "542858",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/114.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/114.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/114.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "100",
"abilities": [
{
"name": "Metal Maker",
"text": "Once during your turn, you may look at the top 4 cards of your deck and attach any number of Basic Metal Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards and put them on the bottom of your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Beam",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Nobuhiro Imagawa",
"pricing": {
"currency": "USD",
"market": 4.06,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.06
},
{
"condition": "LP",
"price": 3.58
},
{
"condition": "MP",
"price": 1.84
},
{
"condition": "HP",
"price": 2.07
},
{
"condition": "DMG",
"price": 1.25
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 19.99,
"low": 19.99,
"high": 19.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:24:12.108Z",
"trend_7d": {
"direction": "flat",
"percent": -0.25
}
}
}
}