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

← Alter Genesis
Oricorio-GX

Oricorio-GX

Super Rare #97 Pokémon BasicGX HP 170
Types
Psychic
Illustrator
PLANETA Tsuji
Expansion
Alter Genesis · Sun & Moon
Language
Japanese
TCGplayer
572234

Attacks

Razor Wing 80
Psychic · Colorless · Colorless
Strafe-GX 100
Psychic · Colorless · Colorless

Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm12_ja-97vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12_ja-97vh",
    "name": "Oricorio-GX",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/97vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/97vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/97vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12_ja",
      "name": "Alter Genesis",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12",
      "printed_total": 95,
      "release_date": "2019/09/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Alter Genesis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572234",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/97vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/97vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/97vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Dance of Tribute",
        "text": "Once during your turn (before your attack), if any of your Pokémon were Knocked Out during your opponent's last turn, you may draw 3 cards. You can't use more than 1 Dance of Tribute Ability each turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Razor Wing",
        "damage": "80"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Strafe-GX",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 5.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.09
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.8,
          "low": 10.8,
          "high": 10.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 43.73,
          "low": 19.5,
          "high": 63.95,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:04:26.745Z",
      "trend_7d": {
        "direction": "down",
        "percent": -13.14
      }
    }
  }
}