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
Inkay

Inkay

Common #51 Pokémon Basic HP 60
Types
Darkness
Illustrator
Yuriko Akase
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704808

Attacks

Procurement
Darkness

Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck.

Spinning Attack 30
Darkness · Darkness
GET /api/v1/pokemon/cards/me5-51vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-51vrh",
    "name": "Inkay",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-51vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-51vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-51vrh.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": "704808",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-51vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-51vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-51vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Procurement",
        "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Spinning Attack",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuriko Akase",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}