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

← Paldea Evolved
Floragato

Floragato

Uncommon #14 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
nagimiso
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497425

Attacks

Seed Bomb 30
Grass
Magic Whip 50
Colorless · Colorless

Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)

GET /api/v1/pokemon/cards/sv2-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-14",
    "name": "Floragato",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/14.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497425",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Seed Bomb",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Magic Whip",
        "text": "Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "LP",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:54:55.142Z",
      "trend_7d": {
        "direction": "down",
        "percent": -21.74
      }
    }
  }
}