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

← Generations
Pinsir

Pinsir

Rare #9 Pokémon Basic HP 100
Types
Grass
Illustrator
Satoshi Shirai
Expansion
Generations · XY
Language
English
TCGplayer
113667

Attacks

Overhead Throw 30
Grass

This attack does 20 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Heavy Suplex 40
Grass · Colorless · Colorless

This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.

GET /api/v1/pokemon/cards/g1-9?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-9",
    "name": "Pinsir",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/9.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113667",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Overhead Throw",
        "text": "This attack does 20 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heavy Suplex",
        "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "LP",
          "price": 0.28
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:58.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}