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

← Perfect Order
Aromatisse

Aromatisse

Uncommon #36 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Mori Yuu
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684421

Attacks

Draining Kiss 50
Psychic · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/me3-36?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-36",
    "name": "Aromatisse",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-36.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684421",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Scent Collection",
        "text": "Once during your turn, you may use this Ability. Search your deck for up to 2 Basic Psychic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Draining Kiss",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mori Yuu",
    "pricing": {
      "currency": "USD",
      "market": 0.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:38:18.794Z",
      "trend_7d": {
        "direction": "up",
        "percent": 75
      }
    }
  }
}