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
Silvally

Silvally

Illustration Rare #95 Pokémon Stage 1 HP 140
Types
Colorless
Illustrator
DOM
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704852

Attacks

Air Slash 130
Colorless · Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/me5-95vh?include=prices 200 49ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-95vh",
    "name": "Silvally",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-95vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-95vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-95vh.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": "704852",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-95vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-95vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-95vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Call a Buddy",
        "text": "Once during your turn, if you have no cards in your hand, you may use this Ability. Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Air Slash",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "DOM",
    "pricing": {
      "currency": "USD",
      "market": 1.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.86
        },
        {
          "condition": "HP",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 23.91,
          "low": 23.78,
          "high": 24.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.71
      }
    }
  }
}