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

← FireRed & LeafGreen
Great Ball

Great Ball

Uncommon #92 Trainer Item
Illustrator
Nakaoka
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
85895
GET /api/v1/pokemon/cards/ex6-92vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-92vrh",
    "name": "Great Ball",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/92vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/92vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/92vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85895",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/92vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/92vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/92vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Nakaoka",
    "pricing": {
      "currency": "USD",
      "market": 10.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.46
        },
        {
          "condition": "LP",
          "price": 8.18
        },
        {
          "condition": "MP",
          "price": 5.99
        },
        {
          "condition": "HP",
          "price": 6
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22.3,
          "low": 29.99,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 16,
          "low": 16,
          "high": 150.34,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:08:11.992Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.19
      }
    }
  }
}