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

← Arceus
Toxicroak

Toxicroak

Rare Holo #11 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Arceus · Platinum
Language
English
TCGplayer
90009

Attacks

Corner 20
Fighting

The Defending Pokémon can't retreat during your opponent's next turn.

Convert Blow 30
Colorless · Colorless

If Toxicroak has any Psychic Energy attached to it, the Defending Pokémon is now Poisoned. If Toxicroak has any Fighting Energy attached to it, this attack does 30 damage plus 30 more damage.

GET /api/v1/pokemon/cards/pl4-11vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-11vrh",
    "name": "Toxicroak",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/11vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/11vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/11vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90009",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/11vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/11vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/11vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Corner",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Convert Blow",
        "text": "If Toxicroak has any Psychic Energy attached to it, the Defending Pokémon is now Poisoned. If Toxicroak has any Fighting Energy attached to it, this attack does 30 damage plus 30 more damage.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 5.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.19
        },
        {
          "condition": "LP",
          "price": 3.37
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 1.23
        },
        {
          "condition": "DMG",
          "price": 0.65
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 117.54,
          "low": 120.25,
          "high": 190.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13.85,
          "low": 11.77,
          "high": 15.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 271,
          "low": 230.35,
          "high": 311.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-01T18:46:08.525Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}