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

← Generations
Fletchling

Fletchling

Common #RC25 Pokémon Basic HP 40
Types
Colorless
Illustrator
Aya Kusube
Expansion
Generations · XY
Language
English
TCGplayer
113768

Attacks

Warble
Colorless

Search your deck for up to 2 Fletchling, reveal them, and put them into your hand. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/g1-RC25?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-RC25",
    "name": "Fletchling",
    "number": "RC25",
    "printed_number": "RC25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC25.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113768",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/RC25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Warble",
        "text": "Search your deck for up to 2 Fletchling, reveal them, and put them into your hand. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 5.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.95
        },
        {
          "condition": "LP",
          "price": 4.96
        },
        {
          "condition": "MP",
          "price": 3.66
        },
        {
          "condition": "HP",
          "price": 2.01
        },
        {
          "condition": "DMG",
          "price": 1.46
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 4.5,
          "low": 3.83,
          "high": 5.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.57
      }
    }
  }
}