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

← Great Encounters
Latios

Latios

Rare #23 Pokémon Basic HP 90
Types
Colorless
Illustrator
Daisuke Ito
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
86665

Attacks

Energy Draw 10
Colorless

Flip a coin. If heads, search your deck for a basic Energy card and attach it to Latios. Shuffle your deck afterward.

Luster Purge 120
Grass · Lightning · Colorless · Colorless

Discard 3 Energy attached to Latios.

GET /api/v1/pokemon/cards/dp4-23?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-23",
    "name": "Latios",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/23.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86665",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Draw",
        "text": "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Latios. Shuffle your deck afterward.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Luster Purge",
        "text": "Discard 3 Energy attached to Latios.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Daisuke Ito",
    "pricing": {
      "currency": "USD",
      "market": 5.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.02
        },
        {
          "condition": "LP",
          "price": 3.9
        },
        {
          "condition": "MP",
          "price": 2.3
        },
        {
          "condition": "HP",
          "price": 1.33
        },
        {
          "condition": "DMG",
          "price": 1.83
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 250,
          "low": 250,
          "high": 629,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 95.17,
          "low": 125.3,
          "high": 127.68,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 410,
          "low": 348.5,
          "high": 471.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27.4,
          "low": 17.89,
          "high": 17.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:43:18.271Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.59
      }
    }
  }
}