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

← Terastal Festival ex
Great Tusk (Master Ball)

Great Tusk (Master Ball)

Common #86 Pokémon BasicAncient HP 140
Types
Fighting
Illustrator
GIDORA
Expansion
Terastal Festival ex · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Colorless · Colorless
160
Fighting · Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/sv8a_ja-86vmh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8a_ja-86vmh",
    "name": "Great Tusk (Master Ball)",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-86vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-86vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-86vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8a_ja",
      "name": "Terastal Festival ex",
      "total": 237,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8a",
      "printed_total": 187,
      "release_date": "2024/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Terastal Festival ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-86vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-86vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-86vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ancient"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": null
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": null,
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "GIDORA",
    "pricing": {
      "currency": "USD",
      "market": 3.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.2
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.25,
          "low": 13,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 18.37,
          "low": 18.37,
          "high": 24.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T15:04:32.731Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}