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

← Abyss Eye
Gwynn

Gwynn

Special Art Rare #117 Trainer Supporter
Illustrator
Naoki Saito
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695043
GET /api/v1/pokemon/cards/m5_ja-117vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-117vh",
    "name": "Gwynn",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-117vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-117vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-117vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695043",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-117vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-117vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-117vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Special Art Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 30.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.99
        },
        {
          "condition": "LP",
          "price": 29.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 43.5,
          "low": 41,
          "high": 47,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18.98,
          "low": 17.1,
          "high": 21.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 119.99,
          "low": 68.2,
          "high": 153.7,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 27,
          "trend": {
            "direction": "up",
            "percent": 6.7
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.86,
          "low": 16.45,
          "high": 20.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33,
          "low": 25.89,
          "high": 34.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 81,
          "low": 81,
          "high": 81,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.06
      }
    }
  }
}