Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Pitch Black
Slowbro

Slowbro

Uncommon #30 Pokémon Stage 1 HP 130
Types
Psychic
Illustrator
CHORISO
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704787

Attacks

All Out 50
Psychic

If you have no cards in your hand, this attack does 160 more damage.

Zen Headbutt 110
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/me5-30vrh?include=prices 200 73ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-30vrh",
    "name": "Slowbro",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-30vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-30vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-30vrh.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704787",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-30vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-30vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-30vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "All Out",
        "text": "If you have no cards in your hand, this attack does 160 more damage.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Zen Headbutt",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "CHORISO",
    "pricing": {
      "currency": "USD",
      "market": 0.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.3
        },
        {
          "condition": "LP",
          "price": 0.22
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "up",
        "percent": 76.47
      }
    }
  }
}