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

← Expansion Pack 20th Anniversary
Pidgeot-EX

Pidgeot-EX

Super Rare #96 Pokémon BasicEX
Types
Colorless
Illustrator
Ryo Ueda
Expansion
Expansion Pack 20th Anniversary · XY
Language
Japanese
TCGplayer
606142

Attacks

Mirror Move
Colorless

If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage to your opponent's Active Pokémon.

Feather Lance 80
Colorless · Colorless · Colorless

This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/cp6_ja-96vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp6_ja-96vh",
    "name": "Pidgeot-EX",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/96vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/96vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/96vh.large.webp"
      }
    ],
    "expansion": {
      "id": "cp6_ja",
      "name": "Expansion Pack 20th Anniversary",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP6",
      "printed_total": 87,
      "release_date": "2016/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Expansion Pack 20th Anniversary"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606142",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/96vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/96vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/96vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mirror Move",
        "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage to your opponent's Active Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Feather Lance",
        "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "80"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 190.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 190.8
        },
        {
          "condition": "LP",
          "price": 50
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 109,
          "low": 92.65,
          "high": 125.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 199.98,
          "low": 166.74,
          "high": 270,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 10.51,
          "low": 8.93,
          "high": 12.09,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.94,
          "low": 30.1,
          "high": 30.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:58:54.136Z",
      "trend_7d": {
        "direction": "up",
        "percent": 17.78
      }
    }
  }
}