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

← Legends Awakened
Unown [R]

Unown [R]

Uncommon #77 Pokémon Basic HP 60
Types
Psychic
Illustrator
Kent Kanetsuna
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
90231

Attacks

Hidden Power

Move any number of basic Energy cards attached to your Pokémon to your other Pokémon in any way you like.

GET /api/v1/pokemon/cards/dp6-77?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-77",
    "name": "Unown [R]",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/77.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/77.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/77.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90231",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/77.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/77.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/77.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "RETIRE",
        "text": "Once during your turn, if Unown R is on your Bench, you may discard Unown R and all cards attached to it. (This doesn't count as a Knocked Out Pokémon.) Then, draw a card.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Hidden Power",
        "text": "Move any number of basic Energy cards attached to your Pokémon to your other Pokémon in any way you like."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 9.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.76
        },
        {
          "condition": "LP",
          "price": 8.23
        },
        {
          "condition": "MP",
          "price": 6.79
        },
        {
          "condition": "HP",
          "price": 5.3
        },
        {
          "condition": "DMG",
          "price": 5.4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:25.756Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.91
      }
    }
  }
}