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

← Super-Burst Impact
Trumbeak

Trumbeak

usually #75 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Shin Nagasawa
Expansion
Super-Burst Impact · Sun & Moon
Language
Japanese
TCGplayer
572954

Attacks

Peck 30
Colorless · Colorless
GET /api/v1/pokemon/cards/sm8_ja-75?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8_ja-75",
    "name": "Trumbeak",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/75.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8_ja",
      "name": "Super-Burst Impact",
      "total": 111,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8",
      "printed_total": 95,
      "release_date": "2018/09/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super-Burst Impact"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572954",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/75.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": "usually",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.55
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:35:42.016Z",
      "trend_7d": {
        "direction": "down",
        "percent": -66.05
      }
    }
  }
}