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

← Kalos Starter Set
Honedge

Honedge

Common #21 Pokémon Basic HP 60
Types
Metal
Illustrator
5ban Graphics
Expansion
Kalos Starter Set · XY
Language
English
TCGplayer
86167

Attacks

Continuous Slash 30
Metal · Colorless

Flip a coin until you get tails. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/xy0-21?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy0-21",
    "name": "Honedge",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/21.large.webp"
      }
    ],
    "expansion": {
      "id": "xy0",
      "name": "Kalos Starter Set",
      "total": 39,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "KSS",
      "printed_total": 39,
      "release_date": "2013/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86167",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Continuous Slash",
        "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.87
        },
        {
          "condition": "LP",
          "price": 0.63
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.29
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:40:57.903Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.16
      }
    }
  }
}