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

← FireRed & LeafGreen
Primeape

Primeape

Rare #28 Pokémon Stage 1 HP 70
Types
Fighting
Illustrator
Miki Tanaka
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
88362

Attacks

Toss 30
Colorless · Colorless

You may discard from your hand as many Technical Machine and Pokémon Tool cards as you like. This attack does 30 damage times the number of cards you discarded.

Low Kick 40
Fighting · Colorless
GET /api/v1/pokemon/cards/ex6-28?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-28",
    "name": "Primeape",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/28.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88362",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Toss",
        "text": "You may discard from your hand as many Technical Machine and Pokémon Tool cards as you like. This attack does 30 damage times the number of cards you discarded.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Low Kick",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 2.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.52
        },
        {
          "condition": "LP",
          "price": 1.67
        },
        {
          "condition": "MP",
          "price": 1.48
        },
        {
          "condition": "HP",
          "price": 0.89
        },
        {
          "condition": "DMG",
          "price": 0.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 129.99,
          "low": 129.99,
          "high": 148.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-14T02:10:46.495Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}