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

← Scarlet ex
Nest Ball

Nest Ball

Ultra Rare #107 Trainer Item
Illustrator
Toyste Beach
Expansion
Scarlet ex · Scarlet & Violet
Language
Japanese
TCGplayer
567224
GET /api/v1/pokemon/cards/sv1s_ja-107vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1s_ja-107vh",
    "name": "Nest Ball",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/107vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/107vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/107vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1s_ja",
      "name": "Scarlet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1S",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567224",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/107vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/107vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/107vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Ultra Rare",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 11.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.47
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 16.23,
          "low": 13.8,
          "high": 18.66,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.22,
          "low": 8.69,
          "high": 11.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:28:15.221Z",
      "trend_7d": {
        "direction": "down",
        "percent": -44.94
      }
    }
  }
}