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

← Flashfire
Fletchling

Fletchling

Common #86 Pokémon Basic HP 50
Types
Colorless
Illustrator
5ban Graphics
Expansion
Flashfire · XY
Language
English
TCGplayer
91223

Attacks

Quick Attack 10
Colorless

Flip a coin. If heads, this attack does 10 more damage.

GET /api/v1/pokemon/cards/xy2-86vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-86vrh",
    "name": "Fletchling",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/86vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/86vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/86vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91223",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/86vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/86vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/86vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.28
        },
        {
          "condition": "HP",
          "price": 0.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}