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

← Pitch Black
Misty's Vitality

Misty's Vitality

Ultra Rare #111 Trainer Supporter
Illustrator
En Morikura
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704868
GET /api/v1/pokemon/cards/me5-111vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-111vh",
    "name": "Misty's Vitality",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-111vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-111vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-111vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704868",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-111vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-111vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-111vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Ultra Rare",
    "artist": "En Morikura",
    "pricing": {
      "currency": "USD",
      "market": 12.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.69
        },
        {
          "condition": "HP",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 70.06,
          "low": 63.11,
          "high": 78.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 173.54,
          "low": 100.9,
          "high": 220.09,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 276,
          "low": 276,
          "high": 276,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 62.5,
          "low": 52.5,
          "high": 72.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.62
      }
    }
  }
}