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

← Burning Shadows
Inkay

Inkay

Common #89 Pokémon Basic HP 60
Types
Darkness
Illustrator
OOYAMA
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138581

Attacks

Constrict
Darkness

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm3-89?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-89",
    "name": "Inkay",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/89.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/89.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/89.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138581",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/89.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/89.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/89.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Constrict",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "OOYAMA",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        },
        {
          "condition": "HP",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T17:53:28.138Z",
      "trend_7d": {
        "direction": "down",
        "percent": -28.57
      }
    }
  }
}