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

← McDonald's Collection 2019
Mankey

Mankey

Common #8 Pokémon Basic HP 60
Types
Fighting
Illustrator
Miki Tanaka
Expansion
McDonald's Collection 2019 · Other
Language
English
TCGplayer
200971

Attacks

Three-Step Strike 10
Fighting

Flip 3 coins. This attack does 10 damage for each heads.

GET /api/v1/pokemon/cards/mcd19-8vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd19-8vh",
    "name": "Mankey",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd19",
      "name": "McDonald's Collection 2019",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2019/10/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "200971",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/8vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Three-Step Strike",
        "text": "Flip 3 coins. This attack does 10 damage for each heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 8.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.59
        },
        {
          "condition": "LP",
          "price": 3.86
        },
        {
          "condition": "MP",
          "price": 2.59
        },
        {
          "condition": "HP",
          "price": 1.59
        },
        {
          "condition": "DMG",
          "price": 1.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 10.5,
          "high": 15.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:23:38.971Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.78
      }
    }
  }
}