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

← Fates Collide
Shauna

Shauna

Rare Ultra #111a Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Fates Collide · XY
Language
English
TCGplayer
117882
GET /api/v1/pokemon/cards/xy10-111a?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-111a",
    "name": "Shauna",
    "number": "111a",
    "printed_number": "111a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/111a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/111a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/111a.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117882",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/111a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/111a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/111a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 49.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 49.96
        },
        {
          "condition": "LP",
          "price": 35.99
        },
        {
          "condition": "MP",
          "price": 31.66
        },
        {
          "condition": "HP",
          "price": 24.75
        },
        {
          "condition": "DMG",
          "price": 29.96
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 67,
          "low": 55.8,
          "high": 74.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 142.25,
          "low": 119.74,
          "high": 165.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.099Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.16
      }
    }
  }
}