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

← Primal Clash
Professor Birch's Observations

Professor Birch's Observations

Rare Ultra #159 Trainer Supporter
Illustrator
Hitoshi Ariga
Expansion
Primal Clash · XY
Language
English
TCGplayer
96057
GET /api/v1/pokemon/cards/xy5-159vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-159vh",
    "name": "Professor Birch's Observations",
    "number": "159",
    "printed_number": "159",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/159vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/159vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/159vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "96057",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/159vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/159vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/159vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 17.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.13
        },
        {
          "condition": "LP",
          "price": 14.9
        },
        {
          "condition": "MP",
          "price": 9.19
        },
        {
          "condition": "HP",
          "price": 4.94
        },
        {
          "condition": "DMG",
          "price": 2.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 11.5,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 27.44,
          "low": 30.39,
          "high": 33.59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1499.99,
          "low": 1274.99,
          "high": 1724.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 36.73,
          "low": 33.9,
          "high": 65.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 65.1,
          "low": 69.38,
          "high": 69.38,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.76
      }
    }
  }
}