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

← Perfect Order
Jacinthe

Jacinthe

Special Illustration Rare #122 Trainer Supporter
Illustrator
Souichirou Gunjima
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684395
GET /api/v1/pokemon/cards/me3-122vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-122vh",
    "name": "Jacinthe",
    "number": "122",
    "printed_number": "122",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-122vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-122vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-122vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684395",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-122vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-122vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-122vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Special Illustration Rare",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 21.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 21.37
        },
        {
          "condition": "DMG",
          "price": 20.33
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 42.4,
          "low": 26.97,
          "high": 49.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 222,
          "low": 186.5,
          "high": 286,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 31,
          "low": 31,
          "high": 31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 81.02,
          "low": 70.4,
          "high": 199.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 33,
          "trend": {
            "direction": "down",
            "percent": -42.9
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22,
          "low": 21.6,
          "high": 23.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 20.5,
          "high": 31.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 17,
          "trend": {
            "direction": "down",
            "percent": -7.1
          }
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 169.31,
          "low": 103.5,
          "high": 211.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 27,
          "low": 23.6,
          "high": 37.44,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.64
      }
    }
  }
}