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

← McDonald's Collection 2014
Honedge

Honedge

Common #7 Pokémon Basic HP 60
Types
Metal
Illustrator
5ban Graphics
Expansion
McDonald's Collection 2014 · Other
Language
English
TCGplayer
110412

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/mcd14-7?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd14-7",
    "name": "Honedge",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/7.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd14",
      "name": "McDonald's Collection 2014",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2014/05/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd14.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd14.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "110412",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd14/7.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": 7.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.99
        },
        {
          "condition": "LP",
          "price": 4.16
        },
        {
          "condition": "MP",
          "price": 2.47
        },
        {
          "condition": "HP",
          "price": 1.74
        },
        {
          "condition": "DMG",
          "price": 1.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:09:12.078Z",
      "trend_7d": {
        "direction": "down",
        "percent": -44.2
      }
    }
  }
}