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

← Abyss Eye
Silvally

Silvally

Artrea #93 Pokémon Stage 1
Types
Colorless
Illustrator
DOM
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695101

Attacks

Air Slash 130
Colorless · Colorless · Colorless

Discard 1 Energy attached to this Pokemon.

GET /api/v1/pokemon/cards/m5_ja-93vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-93vh",
    "name": "Silvally",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-93vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-93vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-93vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695101",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-93vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-93vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-93vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "abilities": [
      {
        "name": "Buddy Call",
        "text": "Once during your turn, you may use this Ability if you have no cards in your hand. 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 1 Energy attached to this Pokemon.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Artrea",
    "artist": "DOM",
    "pricing": {
      "currency": "USD",
      "market": 2.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.65
        },
        {
          "condition": "MP",
          "price": 2.25
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 33.58,
          "low": 28.54,
          "high": 38.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27,
          "low": 24.5,
          "high": 38,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 32,
          "trend": {
            "direction": "down",
            "percent": -28.9
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 9.2,
          "high": 14,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}