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

← Premium Champion Pack
Pinsir

Pinsir

Common #3 Pokémon Basic
Types
Grass
Illustrator
Satoshi Shirai
Expansion
Premium Champion Pack · XY
Language
Japanese
TCGplayer
605500

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 opponents Active Pokémons Retreat Cost.

GET /api/v1/pokemon/cards/cp4_ja-3?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp4_ja-3",
    "name": "Pinsir",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "cp4_ja",
      "name": "Premium Champion Pack",
      "total": 140,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP4",
      "printed_total": 131,
      "release_date": "2016/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Premium Champion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605500",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "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 opponents Active Pokémons Retreat Cost.",
        "damage": "40+"
      }
    ],
    "rarity": "Common",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 53.5,
          "low": 45.48,
          "high": 61.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:35.724Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.06
      }
    }
  }
}