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

← Space Juggler
Irida

Irida

Rare #64 Trainer Supporter
Illustrator
kirisAki
Expansion
Space Juggler · Sword & Shield
Language
Japanese
TCGplayer
569907
GET /api/v1/pokemon/cards/swsh10p_ja-64vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10p_ja-64vh",
    "name": "Irida",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/64vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/64vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/64vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10p_ja",
      "name": "Space Juggler",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10P",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Juggler"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569907",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/64vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/64vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/64vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.95,
          "low": 25.46,
          "high": 34.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 13,
          "high": 46.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:27:40.932Z",
      "trend_7d": {
        "direction": "up",
        "percent": 15.38
      }
    }
  }
}