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

← BREAKpoint
Ferroseed

Ferroseed

Common #79 Pokémon Basic HP 60
Types
Metal
Illustrator
Satoshi Shirai
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111612

Attacks

Harden
Metal · Colorless

During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less.

GET /api/v1/pokemon/cards/xy9-79?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-79",
    "name": "Ferroseed",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/79.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/79.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/79.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111612",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/79.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/79.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/79.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Harden",
        "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:25:54.806Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}