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

← Guardians Rising
Mudbray

Mudbray

Common #75 Pokémon Basic HP 80
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130987

Attacks

Double Kick 30
Fighting · Fighting

Flip 2 coins. This attack does 30 damage for each heads.

GET /api/v1/pokemon/cards/sm2-75vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-75vrh",
    "name": "Mudbray",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/75vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/75vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/75vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130987",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/75vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/75vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/75vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Double Kick",
        "text": "Flip 2 coins. This attack does 30 damage for each heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "LP",
          "price": 0.31
        },
        {
          "condition": "MP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:14.459Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}