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 Genesis 1st Edition
Hoothoot

Hoothoot

Common #60 Pokémon Basic HP 50
Types
Colorless
Illustrator
Sumiyoshi Kizuki
Expansion
Neo Genesis 1st Edition · Neo
Language
English
TCGplayer
86169

Attacks

Hypnosis
Colorless

The Defending Pokémon is now Asleep.

Peck 20
Colorless · Colorless
GET /api/v1/pokemon/cards/neo1-60v1e?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1-60v1e",
    "name": "Hoothoot",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/60v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/60v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/60v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1-1st-edition",
      "name": "Neo Genesis 1st Edition",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 111,
      "release_date": "2000/12/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86169",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/60v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/60v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-1st-edition/60v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnosis",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Peck",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 2.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.28
        },
        {
          "condition": "LP",
          "price": 1.18
        },
        {
          "condition": "MP",
          "price": 1.18
        },
        {
          "condition": "HP",
          "price": 1.09
        },
        {
          "condition": "DMG",
          "price": 0.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.25,
          "low": 26,
          "high": 40,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 131.25,
          "low": 155,
          "high": 195,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 6.98,
          "low": 4.5,
          "high": 4.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.85,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:44:21.374Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.88
      }
    }
  }
}