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

← Dragon Selection
Latias

Latias

Triple Rare #9 Pokémon Basic
Types
Dragon
Illustrator
Hideaki Hakozaki
Expansion
Dragon Selection · Black & White
Language
Japanese
TCGplayer
602831

Attacks

Energy Assist
Colorless

Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon.

Sky Heal 40
Fire · Psychic

If Latios is on your Bench, heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/ds1_ja-9?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ds1_ja-9",
    "name": "Latias",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/9.large.webp"
      }
    ],
    "expansion": {
      "id": "ds1_ja",
      "name": "Dragon Selection",
      "total": 20,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "DS",
      "printed_total": 20,
      "release_date": "2012/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Selection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602831",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Assist",
        "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Fire",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Sky Heal",
        "text": "If Latios is on your Bench, heal 20 damage from this Pokémon.",
        "damage": "40"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 15.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.81
        },
        {
          "condition": "LP",
          "price": 7
        },
        {
          "condition": "MP",
          "price": 8.99
        },
        {
          "condition": "HP",
          "price": 6
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.89,
          "low": 20.5,
          "high": 23.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 139.21,
          "low": 65.4,
          "high": 803.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "up",
            "percent": 98.9
          }
        }
      ],
      "market_updated_at": "2026-09-22T03:07:31.141Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}