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

← White Collection
Ferrothorn

Ferrothorn

Non #39 Pokémon Stage 1 HP 90
Types
Metal
Illustrator
Shin Nagasawa
Expansion
White Collection · Black & White
Language
Japanese
TCGplayer

Attacks

Steele Feelers 30×
Metal

Flip 3 coins. This attack does 30 damage times the number of heads.

Gyro Ball 60
Metal · Colorless · Colorless

Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

GET /api/v1/pokemon/cards/bw1w_ja-39?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1w_ja-39",
    "name": "Ferrothorn",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1w_ja",
      "name": "White Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Steele Feelers",
        "text": "Flip 3 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gyro Ball",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1.29,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.29
        }
      ],
      "graded": [],
      "market_updated_at": "2026-05-29T02:01:53.288Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}