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

← Pitch Black
Slowbro

Slowbro

Illustration Rare #90 Pokémon Stage 1 HP 130
Types
Psychic
Illustrator
Mekayu
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704847

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-90vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-90vh",
    "name": "Slowbro",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-90vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-90vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-90vh.large.webp"
      }
    ],
    "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": "704847",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-90vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-90vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-90vh.large.webp"
          }
        ]
      }
    ],
    "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": "Illustration Rare",
    "artist": "Mekayu",
    "pricing": {
      "currency": "USD",
      "market": 8.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.2
        },
        {
          "condition": "DMG",
          "price": 7.81
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 31.95,
          "low": 31.95,
          "high": 49.76,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 20.24,
          "low": 17.2,
          "high": 23.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "AGS",
          "grade": "10",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 138.97,
          "low": 69.98,
          "high": 180,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.87
      }
    }
  }
}