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

← Roaring Skies
Inkay

Inkay

Common #41 Pokémon Basic HP 50
Types
Darkness
Illustrator
Akira Komayama
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98077

Attacks

Rip Off
Darkness

Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck.

Psybeam 20
Darkness · Colorless

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

GET /api/v1/pokemon/cards/xy6-41vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-41vrh",
    "name": "Inkay",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/41vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/41vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/41vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98077",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/41vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/41vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/41vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Rip Off",
        "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psybeam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 2.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.13
        },
        {
          "condition": "LP",
          "price": 0.71
        },
        {
          "condition": "MP",
          "price": 0.38
        },
        {
          "condition": "HP",
          "price": 0.37
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 17.99,
          "low": 15.29,
          "high": 20.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.39
      }
    }
  }
}