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

← Roaring Skies
Fletchinder

Fletchinder

Uncommon #14 Pokémon Stage 1 HP 70
Types
Fire
Illustrator
Naoyo Kimura
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98050

Attacks

Peck Off 10
Colorless

Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy6-14?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-14",
    "name": "Fletchinder",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/14.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98050",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Peck Off",
        "text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.07
        },
        {
          "condition": "DMG",
          "price": 0.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.67
      }
    }
  }
}