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
Pidgey

Pidgey

usually #58 Pokémon Basic HP 50
Types
Colorless
Illustrator
Suwama Chiaki
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608434

Attacks

Messenger
Colorless

Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle Pidgey and all cards attached to it back into your deck.

Glide 10
Colorless
GET /api/v1/pokemon/cards/l3_ja-58?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-58",
    "name": "Pidgey",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/58.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": "608434",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Messenger",
        "text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle Pidgey and all cards attached to it back into your deck."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Glide",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 3.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8.4,
          "low": 7.14,
          "high": 9.66,
          "confidence": "low",
          "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-07-28T02:12:49.902Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}