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

← Mega Evolution
Toxicroak

Toxicroak

Common #79 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
Hasuno
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654418

Attacks

Reckless Charge 70
Fighting

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/me1-79?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-79",
    "name": "Toxicroak",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/79.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/79.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/79.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654418",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/79.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/79.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/79.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Reckless Charge",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 0.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.07
        },
        {
          "condition": "LP",
          "price": 0.06
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:36:41.160Z",
      "trend_7d": {
        "direction": "up",
        "percent": 40
      }
    }
  }
}