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
Mienfoo

Mienfoo

Illustration Rare #133 Pokémon Basic HP 60
Types
Fighting
Illustrator
Iori Suzuki
Expansion
White Flare · Scarlet & Violet
Language
English
TCGplayer
642246

Attacks

Kick 20
Fighting
GET /api/v1/pokemon/cards/rsv10pt5-133vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "rsv10pt5-133vh",
    "name": "Mienfoo",
    "number": "133",
    "printed_number": "133",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/133vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/133vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/133vh.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": "642246",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/133vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/133vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/133vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Kick",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Iori Suzuki",
    "pricing": {
      "currency": "USD",
      "market": 14.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.56
        },
        {
          "condition": "LP",
          "price": 10.84
        },
        {
          "condition": "MP",
          "price": 6.91
        },
        {
          "condition": "DMG",
          "price": 3.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 33.98,
          "low": 28.88,
          "high": 39.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 35.5,
          "high": 41.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.5,
          "low": 13.5,
          "high": 13.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 200,
          "high": 216,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.15,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 22,
          "high": 33.73,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 120,
          "low": 120,
          "high": 120,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:08:33.713Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.83
      }
    }
  }
}