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
Toxicroak

Toxicroak

Rare #64 Pokémon Stage 1 HP 100
Types
Fighting
Illustrator
Hasuno
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165716

Attacks

Poison Jab 30
Fighting

Your opponent's Active Pokémon is now Poisoned.

Exact Revenge 50
Colorless · Colorless

If any of your Psychic Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 70 more damage.

GET /api/v1/pokemon/cards/sm6-64vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-64vrh",
    "name": "Toxicroak",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/64vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/64vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/64vrh.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": "165716",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/64vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/64vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/64vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Jab",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Exact Revenge",
        "text": "If any of your Psychic Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 70 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 0.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.58
        },
        {
          "condition": "LP",
          "price": 0.52
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.75
      }
    }
  }
}