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

← Temporal Forces
Coalossal

Coalossal

Uncommon #95 Pokémon Stage 2 HP 180
Types
Fighting
Illustrator
Shiburingaru
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542839

Attacks

Gatling Tar 40
Fighting

This attack does 80 more damage for each Fire Energy attached to this Pokémon.

Cragalanche 150
Fighting · Colorless · Colorless · Colorless

Discard the top 2 cards of your opponent's deck.

GET /api/v1/pokemon/cards/sv5-95?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-95",
    "name": "Coalossal",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/95.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/95.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/95.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542839",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/95.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/95.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/95.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Gatling Tar",
        "text": "This attack does 80 more damage for each Fire Energy attached to this Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Cragalanche",
        "text": "Discard the top 2 cards of your opponent's deck.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shiburingaru",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:59:35.982Z",
      "trend_7d": {
        "direction": "up",
        "percent": 40
      }
    }
  }
}