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

Non #91 Trainer Supporter
Illustrator
hncl
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
628732
GET /api/v1/pokemon/cards/sv10_ja-91?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-91",
    "name": "Team Rocket's Ariana",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/91.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/91.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/91.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": "628732",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/91.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/91.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/91.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Non",
    "artist": "hncl",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.61,
          "low": 9.87,
          "high": 13.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.17,
          "low": 7.79,
          "high": 10.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:29:47.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -62.5
      }
    }
  }
}