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

← POP Series 4
Pidgey

Pidgey

Common #12 Pokémon Basic HP 40
Types
Colorless
Illustrator
Hisao Nakamura
Expansion
POP Series 4 · POP
Language
English
TCGplayer
88049

Attacks

Quick Attack 20
Colorless · Colorless

Flip a coin. If heads, this attack does 20 damage plus 10 more damage.

GET /api/v1/pokemon/cards/pop4-12?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop4-12",
    "name": "Pidgey",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/12.large.webp"
      }
    ],
    "expansion": {
      "id": "pop4",
      "name": "POP Series 4",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88049",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 27
        },
        {
          "condition": "LP",
          "price": 12.88
        },
        {
          "condition": "MP",
          "price": 12.9
        },
        {
          "condition": "HP",
          "price": 10.88
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 26.83,
          "low": 22.81,
          "high": 30.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.49,
          "low": 12,
          "high": 26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.5,
          "low": 25.93,
          "high": 35.07,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:51:24.740Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.49
      }
    }
  }
}