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

← Sun & Moon
Oranguru

Oranguru

Rare Holo #113 Pokémon Basic HP 120
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Sun & Moon · Sun & Moon
Language
English
TCGplayer
126985

Attacks

Psychic 60
Colorless · Colorless · Colorless

This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm1-113vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1-113vh",
    "name": "Oranguru",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/113vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/113vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/113vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1",
      "name": "Sun & Moon",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SUM",
      "printed_total": 149,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "126985",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/113vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/113vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/113vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Instruct",
        "text": "Once during your turn (before your attack), you may draw cards until you have 3 cards in your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.48
        },
        {
          "condition": "LP",
          "price": 0.43
        },
        {
          "condition": "MP",
          "price": 0.46
        },
        {
          "condition": "HP",
          "price": 0.32
        },
        {
          "condition": "DMG",
          "price": 0.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 149.99,
          "low": 127.49,
          "high": 172.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 0.99,
          "low": 0.84,
          "high": 1.14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:33:45.251Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.13
      }
    }
  }
}