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

← 25th Anniversary Collection
Solgaleo

Solgaleo

Common #16 Pokémon Stage 2 HP 170
Types
Metal
Illustrator
kirisAki
Expansion
25th Anniversary Collection · Sword & Shield
Language
Japanese
TCGplayer
571808

Attacks

Solar Geyser 100
Colorless · Colorless

Attach up to 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/swsh8a_ja-16vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8a_ja-16vh",
    "name": "Solgaleo",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/16vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8a_ja",
      "name": "25th Anniversary Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8a",
      "printed_total": 28,
      "release_date": "2021/10/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "25th Anniversary Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571808",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/16vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Rush In",
        "text": "Once during your turn, if this Pokémon is on your Bench, you may switch it with your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Solar Geyser",
        "text": "Attach up to 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29,
          "low": 10,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.32,
          "low": 45.32,
          "high": 46.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:51.776Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25
      }
    }
  }
}