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

← J Promos
Latias and Latios

Latias and Latios

Promo #2 Pokémon Basic HP 120
Types
Colorless
Expansion
J Promos · Other
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/miscpj_ja-2?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscpj_ja-2",
    "name": "Latias and Latios",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpj_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpj_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpj_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "miscpj_ja",
      "name": "J Promos",
      "total": 2,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 2,
      "release_date": "2001/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpj_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpj_ja.symbol.png",
      "translation": {
        "en": {
          "name": "J Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpj_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpj_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpj_ja/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 267.5,
          "low": 227.38,
          "high": 307.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 1223.75,
          "low": 1650,
          "high": 1650,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ]
    }
  }
}