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

← Unbroken Bonds
Metal Core Barrier

Metal Core Barrier

Rare Secret #232 Trainer Pokémon Tool
Illustrator
Studio Bora Inc.
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189286
GET /api/v1/pokemon/cards/sm10-232vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-232vh",
    "name": "Metal Core Barrier",
    "number": "232",
    "printed_number": "232",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/232vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/232vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/232vh.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": "189286",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/232vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/232vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/232vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Rare Secret",
    "artist": "Studio Bora Inc.",
    "pricing": {
      "currency": "USD",
      "market": 3.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.15
        },
        {
          "condition": "LP",
          "price": 2.92
        },
        {
          "condition": "MP",
          "price": 1.88
        },
        {
          "condition": "HP",
          "price": 2.08
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 12.01,
          "low": 10.21,
          "high": 13.81,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 19.5,
          "low": 18,
          "high": 20,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:06.336Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.29
      }
    }
  }
}