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

← ADV Expansion Pack
Nosepass

Nosepass

Rare #35 Pokémon Basic HP 60
Types
Fighting
Illustrator
Mitsuhiro Arita
Expansion
ADV Expansion Pack · ADV
Language
Japanese
TCGplayer
613072

Attacks

Invisible Hand
Colorless

If any of your opponent's Active Pokémon are Evolved Pokémon, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward.

Repulsion
Colorless · Colorless

Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand. (If your opponent doesn't have any Benched Pokémon or other Active Pokémon, this attack does nothing.)

GET /api/v1/pokemon/cards/adv1_ja-35?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv1_ja-35",
    "name": "Nosepass",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/35.large.webp"
      }
    ],
    "expansion": {
      "id": "adv1_ja",
      "name": "ADV Expansion Pack",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 55,
      "release_date": "2003/01/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613072",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Invisible Hand",
        "text": "If any of your opponent's Active Pokémon are Evolved Pokémon, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Repulsion",
        "text": "Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand. (If your opponent doesn't have any Benched Pokémon or other Active Pokémon, this attack does nothing.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 3.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:03:27.349Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}