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

← Islands Await You
Slowbro

Slowbro

Non #24 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
Shibuzoh.
Expansion
Islands Await You · Sun & Moon
Language
Japanese
TCGplayer
574465

Attacks

Amnesia 20
Colorless

Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

Facade 50+
Psychic · Colorless · Colorless

If this Pokémon is Burned or Poisoned, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm2k_ja-24?include=prices 200 30ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2k_ja-24",
    "name": "Slowbro",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2k_ja",
      "name": "Islands Await You",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2K",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Islands Await You"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574465",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Amnesia",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Facade",
        "text": "If this Pokémon is Burned or Poisoned, this attack does 80 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 2.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 194.5,
          "low": 143.3,
          "high": 210.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.37,
          "low": 21.37,
          "high": 21.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:00:31.046Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.61
      }
    }
  }
}