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

← HeartGold Collection
Primeape

Primeape

Rare #43 Pokémon Stage 1
Types
Fighting
Illustrator
Sachiko Adachi
Expansion
HeartGold Collection · LEGEND
Language
Japanese
TCGplayer
608046

Attacks

Low Kick 30
Colorless · Colorless
Bebop Punch
Fighting · Fighting

Choose 1 of your opponent's Pokémon. Flip a coin until you get tails. This attack does 50 damage times the number of heads to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/l1hg_ja-43?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1hg_ja-43",
    "name": "Primeape",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "l1hg_ja",
      "name": "HeartGold Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "HeartGold Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608046",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Low Kick",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Bebop Punch",
        "text": "Choose 1 of your opponent's Pokémon. Flip a coin until you get tails. This attack does 50 damage times the number of heads to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Rare",
    "artist": "Sachiko Adachi",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 1.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-11T16:11:30.105Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}