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

← MEGA Premium Trainer Box
Pidgey

Pidgey

Common #5 Pokémon Basic HP 60
Types
Colorless
Illustrator
Naoyo Kimura
Expansion
MEGA Premium Trainer Box · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Gust 20
Colorless
GET /api/v1/pokemon/cards/ma_ja-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ma_ja-5",
    "name": "Pidgey",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/5.large.webp"
      }
    ],
    "expansion": {
      "id": "ma_ja",
      "name": "MEGA Premium Trainer Box",
      "total": 43,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MA",
      "printed_total": 43,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ma_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Premium Trainer Box"
        }
      }
    },
    "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/ma_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ma_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gust",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 119.5,
          "low": 101.58,
          "high": 137.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 20.01,
          "low": 17.01,
          "high": 23.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 126.55,
          "low": 158.99,
          "high": 158.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-20T02:07:18.498Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}