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
Mankey

Mankey

Uncommon #38 Pokémon Basic HP 50
Types
Fighting
Illustrator
Miki Tanaka
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
87173

Attacks

Mischief
Colorless

Shuffle your opponent's deck.

Light Punch 30
Fighting · Colorless
GET /api/v1/pokemon/cards/ex6-38?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-38",
    "name": "Mankey",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/38.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": "87173",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mischief",
        "text": "Shuffle your opponent's deck."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Light Punch",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 1.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.54
        },
        {
          "condition": "MP",
          "price": 1.17
        },
        {
          "condition": "HP",
          "price": 0.4
        },
        {
          "condition": "DMG",
          "price": 1.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.95,
          "low": 9.31,
          "high": 12.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.23,
          "low": 9.5,
          "high": 17.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:07:34.216Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.65
      }
    }
  }
}