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

← Wind from the Sea
Pinsir

Pinsir

usually #18 Pokémon Basic HP 60
Types
Grass
Illustrator
Toshinao Aoki
Expansion
Wind from the Sea · E-Card
Language
Japanese
TCGplayer
576400

Attacks

Horn Grab 20
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing.

Super Slice 90
Grass · Grass · Colorless

Flip 2 coins. If either of them is tails, this attack does nothing.

GET /api/v1/pokemon/cards/ecard3_ja-18?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3_ja-18",
    "name": "Pinsir",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/18.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3_ja",
      "name": "Wind from the Sea",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 87,
      "release_date": "2002/05/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wind from the Sea"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576400",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Horn Grab",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Super Slice",
        "text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.5
        },
        {
          "condition": "LP",
          "price": 5.49
        },
        {
          "condition": "DMG",
          "price": 2.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 45,
          "low": 20,
          "high": 70,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 156,
          "low": 135.2,
          "high": 188.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.45,
          "low": 32.01,
          "high": 32.01,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T02:51:11.038Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}