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

← Future Flash
Durant

Durant

Non #42 Pokémon Basic HP 70
Types
Metal
Illustrator
Kyoko Umemoto
Expansion
Future Flash · Scarlet & Violet
Language
Japanese
TCGplayer
566002

Attacks

Swarming Rage 20×
Colorless · Colorless

This attack does 20 damage for each damage counter on all of your Durant.

Hard Scissors 80
Metal · Colorless · Colorless

During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sv4m_ja-42?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4m_ja-42",
    "name": "Durant",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/42.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4m_ja",
      "name": "Future Flash",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4M",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Future Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566002",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/42.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Swarming Rage",
        "text": "This attack does 20 damage for each damage counter on all of your Durant.",
        "damage": "20×"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hard Scissors",
        "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 66.25,
          "low": 56.31,
          "high": 76.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.5,
          "low": 20.83,
          "high": 28.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:33:35.813Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.69
      }
    }
  }
}