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

← Team Up
Ferroseed

Ferroseed

Common #102 Pokémon Basic HP 60
Types
Metal
Illustrator
Shigenori Negishi
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183884

Attacks

Continuous Tumble 20
Metal

Flip a coin until you get tails. This attack does 20 damage for each heads.

GET /api/v1/pokemon/cards/sm9-102?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-102",
    "name": "Ferroseed",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/102.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/102.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183884",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/102.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/102.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Continuous Tumble",
        "text": "Flip a coin until you get tails. This attack does 20 damage for each heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.06
        },
        {
          "condition": "HP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:53:13.930Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}