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

← Ultra Prism
Looker

Looker

Rare Ultra #152 Trainer Supporter
Illustrator
Hitoshi Ariga
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157768
GET /api/v1/pokemon/cards/sm5-152vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-152vh",
    "name": "Looker",
    "number": "152",
    "printed_number": "152",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/152vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/152vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/152vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157768",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/152vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/152vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/152vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 16.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.36
        },
        {
          "condition": "LP",
          "price": 12.79
        },
        {
          "condition": "MP",
          "price": 13.56
        },
        {
          "condition": "HP",
          "price": 5.36
        },
        {
          "condition": "DMG",
          "price": 7.15
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.05,
          "low": 44.99,
          "high": 44.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 120,
          "low": 80.85,
          "high": 122.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.23,
          "low": 42.29,
          "high": 42.29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:26:03.595Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.25
      }
    }
  }
}