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 6
Bidoof

Bidoof

Common #11 Pokémon Basic HP 50
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
POP Series 6 · POP
Language
English
TCGplayer
83826

Attacks

Amnesia
Colorless

Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

Scavenge
Colorless

Search your discard pile for a Trainer card, show it to your opponent, an put it into your hand.

GET /api/v1/pokemon/cards/pop6-11?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-11",
    "name": "Bidoof",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/11.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83826",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Amnesia",
        "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scavenge",
        "text": "Search your discard pile for a Trainer card, show it to your opponent, an put it into your hand."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 17.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.49
        },
        {
          "condition": "HP",
          "price": 16.16
        },
        {
          "condition": "DMG",
          "price": 14.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 415,
          "low": 352.75,
          "high": 477.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:56.188Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}