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

← Blue Shock
Floette

Floette

usually #41 Pokémon Stage 1 HP 70
Types
Fairy
Illustrator
Midori Harada
Expansion
Blue Shock · XY
Language
Japanese
TCGplayer
604007

Attacks

Aromatherapy
Fairy

Heal 30 damage from each of your Pokémon.

Magical Leaf 20+
Fairy · Fairy

Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/xy8b_ja-41?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8b_ja-41",
    "name": "Floette",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/41.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8b_ja",
      "name": "Blue Shock",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Blue Shock"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604007",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Aromatherapy",
        "text": "Heal 30 damage from each of your Pokémon."
      },
      {
        "cost": [
          "Fairy",
          "Fairy"
        ],
        "converted_energy_cost": 2,
        "name": "Magical Leaf",
        "text": "Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 3.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.43
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-06-04T02:52:19.223Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}