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

← Secret Wonders
Pidgey

Pidgey

Common #99 Pokémon Basic HP 50
Types
Colorless
Illustrator
Hironobu Yoshida
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
88050

Attacks

Growl
Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).

Peck 20
Colorless · Colorless
GET /api/v1/pokemon/cards/dp3-99?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-99",
    "name": "Pidgey",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/99.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/99.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/99.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88050",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/99.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/99.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/99.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Growl",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Peck",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.71
        },
        {
          "condition": "LP",
          "price": 0.51
        },
        {
          "condition": "MP",
          "price": 0.09
        },
        {
          "condition": "HP",
          "price": 0.21
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.58
      }
    }
  }
}