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

← Twilight Masquerade
Farigiraf

Farigiraf

Uncommon #84 Pokémon Stage 1 HP 140
Types
Psychic
Illustrator
Dsuke
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550128

Attacks

One-derful Rumble 40
Colorless · Colorless

This attack does 40 damage for each of your Stage 1 Pokémon in play.

Eerie Wave 80
Psychic · Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sv6-84?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-84",
    "name": "Farigiraf",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/84.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/84.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/84.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550128",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/84.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/84.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/84.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "One-derful Rumble",
        "text": "This attack does 40 damage for each of your Stage 1 Pokémon in play.",
        "damage": "40"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Eerie Wave",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Dsuke",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.14
      }
    }
  }
}