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

← Hidden Fates
Dartrix

Dartrix

Rare Shiny #SV3 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Shigenori Negishi
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197740

Attacks

Sharp Blade Quill
Colorless

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

Leaf Blade 50+
Grass · Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/sma-SV3vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sma-SV3vh",
    "name": "Dartrix",
    "number": "SV3",
    "printed_number": "SV3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197740",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sharp Blade Quill",
        "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Leaf Blade",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Shiny",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        },
        {
          "condition": "LP",
          "price": 2.37
        },
        {
          "condition": "MP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 9.93,
          "low": 8,
          "high": 8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.5,
          "low": 13.5,
          "high": 18.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.05,
          "low": 6.84,
          "high": 9.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 46.39,
          "high": 63.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.8,
          "low": 11.49,
          "high": 23.48,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.39,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.01
      }
    }
  }
}