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

← Emerging Powers
Terrakion

Terrakion

Rare Holo #63 Pokémon Basic HP 120
Types
Fighting
Illustrator
5ban Graphics
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
89886

Attacks

Boulder Crush 40
Fighting · Colorless
Sacred Sword 100
Fighting · Fighting · Colorless

This Pokémon can't use Sacred Sword during your next turn.

GET /api/v1/pokemon/cards/bw2-63vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-63vrh",
    "name": "Terrakion",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/63vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/63vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/63vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89886",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/63vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/63vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/63vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Boulder Crush",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sacred Sword",
        "text": "This Pokémon can't use Sacred Sword during your next turn.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.76
        },
        {
          "condition": "LP",
          "price": 1.07
        },
        {
          "condition": "MP",
          "price": 0.9
        },
        {
          "condition": "HP",
          "price": 0.7
        },
        {
          "condition": "DMG",
          "price": 0.52
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 36.24,
          "high": 40,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.64
      }
    }
  }
}