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

← BREAKpoint
Tierno

Tierno

Uncommon #112 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111640
GET /api/v1/pokemon/cards/xy9-112?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-112",
    "name": "Tierno",
    "number": "112",
    "printed_number": "112",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/112.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/112.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/112.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111640",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/112.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/112.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/112.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.07
        },
        {
          "condition": "HP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3.63,
          "low": 3.44,
          "high": 3.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:25:54.806Z",
      "trend_7d": {
        "direction": "up",
        "percent": 23.08
      }
    }
  }
}