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

← Obsidian Flames
Inkay

Inkay

Common #137 Pokémon Basic HP 60
Types
Darkness
Illustrator
Kedamahadaitai Yawarakai
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509901

Attacks

Hug 30
Darkness · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/sv3-137vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-137vrh",
    "name": "Inkay",
    "number": "137",
    "printed_number": "137",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/137vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/137vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/137vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509901",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/137vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/137vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/137vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hug",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kedamahadaitai Yawarakai",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:05:31.440Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}