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

← White Flare
Mienshao

Mienshao

Illustration Rare #134 Pokémon Stage 1 HP 100
Types
Fighting
Illustrator
Atsuya Uki
Expansion
White Flare · Scarlet & Violet
Language
English
TCGplayer
642247

Attacks

Low Sweep 40
Fighting
Smash Uppercut 80
Fighting · Fighting

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/rsv10pt5-134vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "rsv10pt5-134vh",
    "name": "Mienshao",
    "number": "134",
    "printed_number": "134",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/134vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/134vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/134vh.large.webp"
      }
    ],
    "expansion": {
      "id": "rsv10pt5",
      "name": "White Flare",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "WHT",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642247",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/134vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/134vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/134vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Low Sweep",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Smash Uppercut",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Atsuya Uki",
    "pricing": {
      "currency": "USD",
      "market": 9.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.2
        },
        {
          "condition": "LP",
          "price": 8.43
        },
        {
          "condition": "MP",
          "price": 8.74
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 74.7,
          "low": 80.37,
          "high": 80.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 20.43,
          "low": 20.43,
          "high": 21.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 40,
          "high": 127,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.4,
          "low": 14.4,
          "high": 14.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 406,
          "low": 325.2,
          "high": 426.88,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13.4,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.5,
          "low": 16.7,
          "high": 23.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.25,
          "low": 18.73,
          "high": 25,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-21T03:08:33.713Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.88
      }
    }
  }
}