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

← MEGA Premium Trainer Box
Ultra Ball

Ultra Ball

Common #20 Trainer Item
Illustrator
Ayaka Yoshida
Expansion
MEGA Premium Trainer Box · Mega Evolution
Language
Japanese
TCGplayer
597541
GET /api/v1/pokemon/cards/ma_ja-20?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ma_ja-20",
    "name": "Ultra Ball",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/20.large.webp"
      }
    ],
    "expansion": {
      "id": "ma_ja",
      "name": "MEGA Premium Trainer Box",
      "total": 43,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MA",
      "printed_total": 43,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Premium Trainer Box"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "597541",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.04,
          "low": 22.18,
          "high": 23.71,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 76.75,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:06:51.746Z",
      "trend_7d": {
        "direction": "up",
        "percent": 23.08
      }
    }
  }
}