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

← Vivid Portrayals (Indigo)
Gothorita

Gothorita

Uncommon #060/115 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
sowsow
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Whiny Voice
Colorless

Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck.

Double Spin 30
Colorless · Colorless

Flip 2 coins. This attack does 30 damage for each heads.

GET /api/v1/pokemon/cards/vpi-060?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-060",
    "name": "Gothorita",
    "number": "060/115",
    "printed_number": "060/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-060.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-060.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-060.large.webp"
      }
    ],
    "expansion": {
      "id": "vpi",
      "name": "Vivid Portrayals (Indigo)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpi.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Indigo)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-060.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-060.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-060.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Whiny Voice",
        "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Spin",
        "text": "Flip 2 coins. This attack does 30 damage for each heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:20.115Z"
    }
  }
}