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

← Cyber Judge
Farigiraf ex

Farigiraf ex

Double Rare #42 Pokémon Stage 1exTera HP 260
Types
Darkness
Illustrator
5ban Graphics
Expansion
Cyber Judge · Scarlet & Violet
Language
Japanese
TCGplayer
566193

Attacks

Dirty Beam 160
Psychic · Colorless · Colorless

This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sv5m_ja-42vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5m_ja-42vh",
    "name": "Farigiraf ex",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/42vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/42vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/42vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5m_ja",
      "name": "Cyber Judge",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5M",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cyber Judge"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566193",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/42vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/42vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/42vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex",
      "Tera"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "260",
    "abilities": [
      {
        "name": "Armor Tail",
        "text": "Prevent all damage done to this Pokémon by attacks from your opponent's Basic Pokémon ex.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dirty Beam",
        "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.99,
          "low": 10,
          "high": 16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.37,
          "low": 23.94,
          "high": 24.87,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:56:49.033Z",
      "trend_7d": {
        "direction": "down",
        "percent": -49.23
      }
    }
  }
}