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

← Gem Pack Vol. 5
Latios

Latios

Common #1301/07 Pokémon Basic HP 120
Types
Psychic
Illustrator
kantaro
Expansion
Gem Pack Vol. 5 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Skill Dive
Colorless · Colorless

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Jet Headbutt 110
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/cn-gem-pack-vol-5-1301?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-5-1301",
    "name": "Latios",
    "number": "1301/07",
    "printed_number": "1301/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1301.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1301.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1301.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-5",
      "name": "Gem Pack Vol. 5",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-5.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 5"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1301.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1301.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-1301.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Skill Dive",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Jet Headbutt",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "kantaro",
    "pricing": {
      "currency": "USD",
      "market": 1.93,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 12.52,
          "low": 10.64,
          "high": 14.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.03,
          "low": 33.18,
          "high": 44.88,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:36:43.955Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.12
      }
    }
  }
}