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

← Legendary Treasures
Gothita

Gothita

Common #70 Pokémon Basic HP 50
Types
Psychic
Illustrator
Akira Komayama
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
85850

Attacks

Trip Over 10
Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/bw11-70?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-70",
    "name": "Gothita",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/70.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/70.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/70.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85850",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/70.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/70.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/70.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Trip Over",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.45
      }
    }
  }
}