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

← SM Trainer Kit Lycanroc
Fletchling

Fletchling

Common #11 Pokémon Basic HP 50
Types
Colorless
Illustrator
You Iribi
Expansion
SM Trainer Kit Lycanroc · Sun & Moon
Language
English
TCGplayer
152831

Attacks

Growl
Colorless

During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance).

Flap 20
Colorless · Colorless
GET /api/v1/pokemon/cards/tk10a-11?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10a-11",
    "name": "Fletchling",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-11.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10a",
      "name": "SM Trainer Kit Lycanroc",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152831",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10a-11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Growl",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flap",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:10:15.625Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}