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

← Unified Minds
Honedge

Honedge

Common #92 Pokémon Basic HP 50
Types
Psychic
Illustrator
MAHOU
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195024

Attacks

Lucky Find
Colorless

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

Pierce 20
Psychic
GET /api/v1/pokemon/cards/sm11-92?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-92",
    "name": "Honedge",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/92.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/92.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/92.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195024",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/92.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/92.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/92.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Lucky Find",
        "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Pierce",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.06
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.88
      }
    }
  }
}