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

← Evolving Skies
Flapple

Flapple

Rare #120 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Anesaki Dynamic
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246918

Attacks

Acidic Mucus 50
Colorless

This attack does 50 damage for each of your opponent's Pokémon in play that has an Ability.

Fighting Tackle 80
Grass · Fire

If your opponent's Active Pokémon is a Pokémon V, this attack does 80 more damage.

GET /api/v1/pokemon/cards/swsh7-120?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-120",
    "name": "Flapple",
    "number": "120",
    "printed_number": "120",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/120.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/120.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/120.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246918",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/120.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/120.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/120.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Acidic Mucus",
        "text": "This attack does 50 damage for each of your opponent's Pokémon in play that has an Ability.",
        "damage": "50"
      },
      {
        "cost": [
          "Grass",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Fighting Tackle",
        "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 80 more damage.",
        "damage": "80"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:17:11.943Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.83
      }
    }
  }
}