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

← Red Collection
Mienshao

Mienshao

usually #43 Pokémon Stage 1
Types
Fighting
Illustrator
Atsuko Nishida
Expansion
Red Collection · Black & White
Language
Japanese
TCGplayer
600953

Attacks

Feint 30
Colorless

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

High Jump Kick 50
Fighting · Fighting
GET /api/v1/pokemon/cards/bw2_ja-43?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2_ja-43",
    "name": "Mienshao",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2_ja",
      "name": "Red Collection",
      "total": 72,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW2",
      "printed_total": 66,
      "release_date": "2011/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600953",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Feint",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "High Jump Kick",
        "damage": "50"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.65
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T10:07:10.078Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}