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

← Unbroken Bonds
Slowbro

Slowbro

Rare Holo #43 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Ken Sugimori
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189142

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/sm10-43vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-43vh",
    "name": "Slowbro",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189142",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/43vh.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 Holo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 3.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.05
        },
        {
          "condition": "LP",
          "price": 2.71
        },
        {
          "condition": "MP",
          "price": 2.24
        },
        {
          "condition": "HP",
          "price": 1.39
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.5,
          "low": 20.83,
          "high": 28.17,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 313,
          "low": 499.99,
          "high": 499.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.38,
          "low": 12.5,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:23:44.093Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}