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

← Forbidden Light
Araquanid

Araquanid

Uncommon #33 Pokémon Stage 1 HP 100
Types
Water
Illustrator
kodama
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165684

Attacks

Bubble 30
Water

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Bubble Trap 40
Colorless · Colorless

If 1 of your Pokémon used Bubble during your last turn, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm6-33?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-33",
    "name": "Araquanid",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/33.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165684",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bubble",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bubble Trap",
        "text": "If 1 of your Pokémon used Bubble during your last turn, this attack does 80 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.16
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}