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

← Roaring Skies
Togetic

Togetic

Uncommon #44 Pokémon Stage 1 HP 80
Types
Fairy
Illustrator
Kanako Eo
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98080

Attacks

Go Fetch
Fairy

Shuffle 3 basic Energy cards from your discard pile into your deck.

Fairy Wind 40
Fairy · Colorless · Colorless
GET /api/v1/pokemon/cards/xy6-44vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-44vrh",
    "name": "Togetic",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/44vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/44vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/44vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98080",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/44vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/44vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/44vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Go Fetch",
        "text": "Shuffle 3 basic Energy cards from your discard pile into your deck."
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fairy Wind",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 1.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.09
        },
        {
          "condition": "LP",
          "price": 1.06
        },
        {
          "condition": "MP",
          "price": 0.77
        },
        {
          "condition": "HP",
          "price": 0.38
        },
        {
          "condition": "DMG",
          "price": 0.41
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.87
      }
    }
  }
}