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

← Full Metal Wall
Slowbro

Slowbro

Rare #12 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Ken Sugimori
Expansion
Full Metal Wall · Sun & Moon
Language
Japanese
TCGplayer
574118

Attacks

Yawn
Water

Your opponent's Active Pokémon is now Asleep.

Three Strikes 100×
Water · Colorless · Colorless

Flip 3 coins. This attack does 100 damage for each heads. If all of them are tails, you lose this game.

GET /api/v1/pokemon/cards/sm9b_ja-12vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9b_ja-12vh",
    "name": "Slowbro",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/12vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9b_ja",
      "name": "Full Metal Wall",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9b",
      "printed_total": 54,
      "release_date": "2019/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Full Metal Wall"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574118",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/12vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Yawn",
        "text": "Your opponent's Active Pokémon is now Asleep."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Three Strikes",
        "text": "Flip 3 coins. This attack does 100 damage for each heads. If all of them are tails, you lose this game.",
        "damage": "100×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 4.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.77
        },
        {
          "condition": "HP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 23.46,
          "low": 23.46,
          "high": 23.46,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 29.05,
          "high": 38.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 150,
          "low": 150,
          "high": 150,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 152.76,
          "low": 126,
          "high": 214,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 111,
          "low": 76.6,
          "high": 142.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.91,
          "low": 19.91,
          "high": 29.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:32:15.910Z",
      "trend_7d": {
        "direction": "up",
        "percent": 33.24
      }
    }
  }
}