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

← Ultra Prism
Oranguru

Oranguru

Uncommon #114 Pokémon Basic HP 120
Types
Colorless
Illustrator
Kouki Saitou
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157731

Attacks

Resource Management
Colorless

Put 3 cards from your discard pile on the bottom of your deck in any order.

Profound Knowledge 60
Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sm5-114vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-114vrh",
    "name": "Oranguru",
    "number": "114",
    "printed_number": "114",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/114vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/114vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/114vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157731",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/114vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/114vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/114vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Resource Management",
        "text": "Put 3 cards from your discard pile on the bottom of your deck in any order."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Profound Knowledge",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "LP",
          "price": 0.69
        },
        {
          "condition": "MP",
          "price": 0.61
        },
        {
          "condition": "HP",
          "price": 0.53
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:26:03.595Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}