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

← Hidden Fates
Inkay

Inkay

Rare Shiny #SV17 Pokémon Basic HP 60
Types
Psychic
Illustrator
Shigenori Negishi
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197772

Attacks

Hypnosis
Psychic

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/sma-SV17vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sma-SV17vh",
    "name": "Inkay",
    "number": "SV17",
    "printed_number": "SV17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197772",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnosis",
        "text": "Your opponent's Active Pokémon is now Asleep."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Shiny",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 2.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.58
        },
        {
          "condition": "LP",
          "price": 2.08
        },
        {
          "condition": "MP",
          "price": 1.44
        },
        {
          "condition": "HP",
          "price": 1.59
        },
        {
          "condition": "DMG",
          "price": 0.8
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.63,
          "low": 11.25,
          "high": 15.31,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 14,
          "low": 11,
          "high": 14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16.99,
          "low": 24.31,
          "high": 24.31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 44.99,
          "low": 34,
          "high": 56.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 14,
          "trend": {
            "direction": "up",
            "percent": 15.4
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.16,
          "low": 8,
          "high": 20,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.64
      }
    }
  }
}