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 Noivern
Furfrou

Furfrou

Common #20 Pokémon Basic HP 90
Types
Colorless
Illustrator
5ban Graphics
Expansion
XY Trainer Kit Noivern · XY
Language
English
TCGplayer
98018

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/tk6b-20?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk6b-20",
    "name": "Furfrou",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-20.large.webp"
      }
    ],
    "expansion": {
      "id": "tk6b",
      "name": "XY Trainer Kit Noivern",
      "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/tk6b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98018",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-20.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": 2.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.27
        },
        {
          "condition": "LP",
          "price": 1.32
        },
        {
          "condition": "MP",
          "price": 1.16
        },
        {
          "condition": "HP",
          "price": 0.61
        },
        {
          "condition": "DMG",
          "price": 1.56
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:05:43.241Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}