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

← Lost Thunder
Trumbeak

Trumbeak

Uncommon #165 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Shin Nagasawa
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178988

Attacks

Peck 30
Colorless · Colorless
GET /api/v1/pokemon/cards/sm8-165vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-165vrh",
    "name": "Trumbeak",
    "number": "165",
    "printed_number": "165",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/165vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/165vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/165vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178988",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/165vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/165vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/165vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Mountain Pass",
        "text": "Once during your turn (before your attack), if this Pokémon is in your hand, you may reveal it. If you do, look at the top card of your opponent's deck and put this Pokémon in the Lost Zone. If that card is a Supporter card, you may put it in the Lost Zone. If your opponent has no cards in their deck, you can't use this Ability.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Peck",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.9
        },
        {
          "condition": "LP",
          "price": 1.59
        },
        {
          "condition": "MP",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:30:21.808Z",
      "trend_7d": {
        "direction": "down",
        "percent": -32.86
      }
    }
  }
}