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

← Chaos Rising
Ferrothorn

Ferrothorn

Uncommon #63 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
Haru Akasaka
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693486

Attacks

Special Whip 70+
Metal · Metal

If this Pokémon has any Special Energy attached, this attack does 70 more damage.

GET /api/v1/pokemon/cards/me4-63vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-63vrh",
    "name": "Ferrothorn",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-63vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-63vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-63vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693486",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-63vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-63vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-63vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Startling Drop",
        "text": "During your opponent's turn, if this Pokémon is discarded from your deck by an effect of an attack or Ability from your opponent's Pokémon, or by an effect of your opponent's Item or Supporter cards, discard the top 8 cards of your opponent's deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Special Whip",
        "text": "If this Pokémon has any Special Energy attached, this attack does 70 more damage.",
        "damage": "70+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Haru Akasaka",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.7
      }
    }
  }
}