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

← XY Promos
Slowbro-EX

Slowbro-EX

Promo #262 Pokémon BasicEX HP 180
Types
Water
Illustrator
Ayaka Yoshida
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Slack Off
Colorless · Colorless

Heal 60 damage from this Pokémon. This Pokémon can't attack during your next turn.

Flash Splash 100
Water · Water · Water
GET /api/v1/pokemon/cards/xyp_ja-262vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-262vh",
    "name": "Slowbro-EX",
    "number": "262",
    "printed_number": "262",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/262vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/262vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/262vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/262vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/262vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/262vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slack Off",
        "text": "Heal 60 damage from this Pokémon. This Pokémon can't attack during your next turn."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Flash Splash",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 7.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.11
        },
        {
          "condition": "MP",
          "price": 5.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 98,
          "low": 88.49,
          "high": 99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.31,
          "low": 13.01,
          "high": 17.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:05:55.131Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}