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

← Nine Colours Gathering (Friend)
Jolteon V

Jolteon V

Rare #144/132 Pokémon Basic HP 190
Types
Lightning
Illustrator
nagimiso
Expansion
Nine Colours Gathering (Friend) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Thunder Spear
Colorless

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

Pin Missile 60
Colorless · Colorless · Colorless

Flip 4 coins. This attack does 60 damage for each heads.

GET /api/v1/pokemon/cards/ncgf-144?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgf-144",
    "name": "Jolteon V",
    "number": "144/132",
    "printed_number": "144/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-144.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-144.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-144.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgf",
      "name": "Nine Colours Gathering (Friend)",
      "total": 184,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 184,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgf.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Friend)"
        }
      }
    },
    "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/ncgf-144.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-144.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgf-144.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Thunder Spear",
        "text": "This attack does 20 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": "Pin Missile",
        "text": "Flip 4 coins. This attack does 60 damage for each heads.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 35.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 64.88,
          "low": 68.95,
          "high": 68.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 56.91,
          "low": 39.26,
          "high": 120.95,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 92,
          "low": 68,
          "high": 125.98,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T02:31:56.830Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}