Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

If your opponent's Active Pokémon is a Metal Pokémon, this attack does 40 more damage.
/api/v1/pokemon/cards/sm10-128?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm10-128",
"name": "Meltan",
"number": "128",
"printed_number": "128",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/128.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/128.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/128.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": "189227",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/128.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/128.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/128.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "70",
"attacks": [
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Steel Melt",
"text": "If your opponent's Active Pokémon is a Metal Pokémon, this attack does 40 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.19
},
{
"condition": "LP",
"price": 0.15
},
{
"condition": "MP",
"price": 0.07
},
{
"condition": "HP",
"price": 0.1
},
{
"condition": "DMG",
"price": 0.13
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 26,
"low": 22.1,
"high": 29.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:12:06.336Z",
"trend_7d": {
"direction": "up",
"percent": 5.56
}
}
}
}