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

← Unbroken Bonds
Aromatisse

Aromatisse

Rare #142 Pokémon Stage 1 HP 90
Types
Fairy
Illustrator
Saya Tsuruta
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189242

Attacks

Pungent Aroma
Fairy

Flip 2 coins. If either of them is heads, your opponent reveals their hand. For each heads, choose a card you find there. Your opponent shuffles those cards into their deck.

Miraculous Cologne 30
Colorless · Colorless

Flip a coin. If heads, choose a Special Condition. Your opponent's Active Pokémon is now affected by that Special Condition.

GET /api/v1/pokemon/cards/sm10-142?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-142",
    "name": "Aromatisse",
    "number": "142",
    "printed_number": "142",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/142.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/142.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/142.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189242",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/142.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/142.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/142.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Pungent Aroma",
        "text": "Flip 2 coins. If either of them is heads, your opponent reveals their hand. For each heads, choose a card you find there. Your opponent shuffles those cards into their deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Miraculous Cologne",
        "text": "Flip a coin. If heads, choose a Special Condition. Your opponent's Active Pokémon is now affected by that Special Condition.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.9
        },
        {
          "condition": "LP",
          "price": 0.8
        },
        {
          "condition": "MP",
          "price": 0.87
        },
        {
          "condition": "HP",
          "price": 0.73
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:06.336Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.1
      }
    }
  }
}