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

← Base Set 2
Full Heal

Full Heal

Uncommon #111 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Base Set 2 · Base
Language
English
TCGplayer
42450
GET /api/v1/pokemon/cards/base4-111?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base4-111",
    "name": "Full Heal",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/111.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/111.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/111.large.webp"
      }
    ],
    "expansion": {
      "id": "base4",
      "name": "Base Set 2",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Base",
      "code": "B2",
      "printed_total": 130,
      "release_date": "2000/02/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "42450",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/111.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/111.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/111.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Uncommon",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 0.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.45
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.3
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "6.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41.55,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 6,
          "high": 9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-13T23:52:32.886Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}