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

← Challenge from the Darkness
Blaine's Mankey

Blaine's Mankey

Common #56 Pokémon Basic HP 40
Types
Fighting
Illustrator
Atsuko Nishida
Expansion
Challenge from the Darkness · Gym
Language
Japanese
TCGplayer

Attacks

Pranks
Colorless

Flip a coin. If heads, choose a card from your opponent's discard pile and put it on top of his or her deck.

Fury Swipes 10×
Fighting

Flip 3 coins. This attack does 10 damage times the number of heads.

GET /api/v1/pokemon/cards/gym2_ja-56?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2_ja-56",
    "name": "Blaine's Mankey",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-56.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-56.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-56.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2_ja",
      "name": "Challenge from the Darkness",
      "total": 98,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 98,
      "release_date": "1999/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Challenge from the Darkness"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-56.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-56.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-56.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pranks",
        "text": "Flip a coin. If heads, choose a card from your opponent's discard pile and put it on top of his or her deck."
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 10 damage times the number of heads.",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.49
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.38
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.48
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 35,
          "high": 103,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.5,
          "low": 8.1,
          "high": 12.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 178.73,
          "low": 172.4,
          "high": 203.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.64,
          "low": 20.64,
          "high": 20.64,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.81,
          "low": 19.09,
          "high": 23.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-09-22T03:43:24.710Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.87
      }
    }
  }
}