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

← Alolan Moonlight
Fletchling

Fletchling

usually #44 Pokémon Basic HP 50
Types
Colorless
Illustrator
You Iribi
Expansion
Alolan Moonlight · Sun & Moon
Language
Japanese
TCGplayer
571884

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/sm2l_ja-44?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2l_ja-44",
    "name": "Fletchling",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/44.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/44.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/44.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2l_ja",
      "name": "Alolan Moonlight",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2L",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2l_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2l_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Alolan Moonlight"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571884",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/44.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/44.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2l_ja/44.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": "usually",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 1.23
        },
        {
          "condition": "MP",
          "price": 3
        },
        {
          "condition": "HP",
          "price": 2.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:02.040Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}