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

← Unified Minds
Channeler

Channeler

Uncommon #190 Trainer Supporter
Illustrator
TOKIYA
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195220
GET /api/v1/pokemon/cards/sm11-190?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-190",
    "name": "Channeler",
    "number": "190",
    "printed_number": "190",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/190.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/190.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/190.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195220",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/190.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/190.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/190.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}