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

← Clash at the Summit
Pidgeot

Pidgeot

Non #60 Pokémon Stage 2 HP 120
Types
Colorless
Illustrator
Suwama Chiaki
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608436

Attacks

Headwind 20
Colorless · Colorless

During your opponent's next turn, the attack cost of each of the Defending Pokémon's attacks is Colorless Colorless more.

Quick Attack 40+
Colorless · Colorless · Colorless

Flip a coin. If heads, this attack does 40 damage plus 30 more damage.

GET /api/v1/pokemon/cards/l3_ja-60?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-60",
    "name": "Pidgeot",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/60.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/60.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/60.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608436",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/60.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/60.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/60.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Headwind",
        "text": "During your opponent's next turn, the attack cost of each of the Defending Pokémon's attacks is Colorless Colorless more.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 4.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.87
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.8,
          "low": 14.28,
          "high": 19.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1020,
          "low": 745.61,
          "high": 1584,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.19,
          "low": 16.64,
          "high": 36.23,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-10T06:02:53.578Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}