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

← BREAKpoint
Slowbro

Slowbro

Uncommon #20 Pokémon Stage 1 HP 100
Types
Water
Illustrator
kirisAki
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111523

Attacks

Careless Head 10
Water

Flip a coin. If heads, this attack does 50 more damage.

Walk-Off Homer
Colorless · Colorless · Colorless

If you use this attack when you have only 1 Prize card left, you win this game.

GET /api/v1/pokemon/cards/xy9-20vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-20vrh",
    "name": "Slowbro",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/20vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/20vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/20vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111523",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/20vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/20vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/20vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Careless Head",
        "text": "Flip a coin. If heads, this attack does 50 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Walk-Off Homer",
        "text": "If you use this attack when you have only 1 Prize card left, you win this game."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 2.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.98
        },
        {
          "condition": "LP",
          "price": 1.42
        },
        {
          "condition": "MP",
          "price": 0.86
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.9
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.49,
          "low": 23.12,
          "high": 23.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:00.680Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.68
      }
    }
  }
}