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

← Team Magma vs Team Aqua
Team Aqua's Corphish

Team Aqua's Corphish

Common #50 Pokémon Basic HP 40
Types
Water
Illustrator
Jungo Suzuki
Expansion
Team Magma vs Team Aqua · EX
Language
English
TCGplayer
89781

Attacks

Toxic Grip
Colorless

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/ex4-50vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex4-50vrh",
    "name": "Team Aqua's Corphish",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/50vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/50vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/50vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex4",
      "name": "Team Magma vs Team Aqua",
      "total": 97,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "MA",
      "printed_total": 95,
      "release_date": "2004/03/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89781",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/50vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/50vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/50vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Toxic Grip",
        "text": "The Defending Pokémon is now Poisoned."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Jungo Suzuki",
    "pricing": {
      "currency": "USD",
      "market": 15.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.85
        },
        {
          "condition": "MP",
          "price": 8.11
        },
        {
          "condition": "DMG",
          "price": 2.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 487,
          "low": 413.95,
          "high": 560.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:34:54.253Z",
      "trend_7d": {
        "direction": "down",
        "percent": -27.92
      }
    }
  }
}