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

← Glory of Team Rocket
Team Rocket's Ariana

Team Rocket's Ariana

Special Art Rare #128 Trainer Supporter
Illustrator
Yoshioka
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
629069
GET /api/v1/pokemon/cards/sv10_ja-128vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-128vh",
    "name": "Team Rocket's Ariana",
    "number": "128",
    "printed_number": "128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/128vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/128vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/128vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10_ja",
      "name": "Glory of Team Rocket",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV10",
      "printed_total": 98,
      "release_date": "2025/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Glory of Team Rocket"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "629069",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/128vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/128vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/128vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Special Art Rare",
    "artist": "Yoshioka",
    "pricing": {
      "currency": "USD",
      "market": 18.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.76
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 27.99,
          "low": 23.79,
          "high": 32.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 31.55,
          "low": 19.5,
          "high": 55.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 56,
          "low": 52.5,
          "high": 86.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.58,
          "low": 18.5,
          "high": 18.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.99,
          "low": 16,
          "high": 24.27,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 67.5,
          "low": 57.38,
          "high": 77.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:36:54.154Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.2
      }
    }
  }
}