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

← BREAKthrough
Noctowl

Noctowl

Rare #120 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Kouki Saitou
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107239

Attacks

High Flight 20
Colorless · Colorless

Each player reveals his or her hand. This attack does 20 damage times the number of Item cards revealed.

Speed Dive 70
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/xy8-120vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-120vrh",
    "name": "Noctowl",
    "number": "120",
    "printed_number": "120",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/120vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/120vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/120vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107239",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/120vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/120vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/120vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "High Flight",
        "text": "Each player reveals his or her hand. This attack does 20 damage times the number of Item cards revealed.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Speed Dive",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "MP",
          "price": 0.7
        },
        {
          "condition": "HP",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}