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

← XY Trainer Kit Sylveon
Furfrou

Furfrou

Common #22 Pokémon Basic HP 90
Types
Colorless
Illustrator
5ban Graphics
Expansion
XY Trainer Kit Sylveon · XY
Language
English
TCGplayer
97987

Attacks

Tight Jaw 20
Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Sharp Fang 50
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/tk6a-22?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk6a-22",
    "name": "Furfrou",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-22.large.webp"
      }
    ],
    "expansion": {
      "id": "tk6a",
      "name": "XY Trainer Kit Sylveon",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/03/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97987",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6a-22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tight Jaw",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sharp Fang",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.23
        },
        {
          "condition": "MP",
          "price": 0.21
        },
        {
          "condition": "HP",
          "price": 0.19
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:59:46.842Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}