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

← Neo Discovery 1st Edition
Igglybuff

Igglybuff

Uncommon #40 Pokémon Baby HP 30
Types
Colorless
Illustrator
Miki Tanaka
Expansion
Neo Discovery 1st Edition · Neo
Language
English
TCGplayer
86257
GET /api/v1/pokemon/cards/neo2-40v1e?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2-40v1e",
    "name": "Igglybuff",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/40v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/40v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/40v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2-1st-edition",
      "name": "Neo Discovery 1st Edition",
      "total": 75,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 75,
      "release_date": "2001/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86257",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/40v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/40v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/40v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Baby"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Gaze",
        "text": "Once during your turn (before your attack), choose 1 of your opponent's Benched Pokémon that has a Pokémon Power. That power stops working until the end of this turn. This effect ends if that Pokémon leaves the Bench.",
        "type": "Pokémon Power"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 14.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.84
        },
        {
          "condition": "LP",
          "price": 10.36
        },
        {
          "condition": "MP",
          "price": 8.03
        },
        {
          "condition": "HP",
          "price": 6.05
        },
        {
          "condition": "DMG",
          "price": 3.63
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 47.8,
          "low": 40.63,
          "high": 54.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 4.5,
          "low": 3.83,
          "high": 5.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15.6,
          "low": 13.26,
          "high": 17.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 87.5,
          "low": 87.5,
          "high": 100,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.24,
          "high": 27.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 25,
          "high": 32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:16:16.854Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.6
      }
    }
  }
}