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

← POP Series 7
Corsola

Corsola

Common #13 Pokémon Basic HP 70
Types
Water
Illustrator
Midori Harada
Expansion
POP Series 7 · POP
Language
English
TCGplayer
84442

Attacks

Rally
Colorless

Search your deck for up to 3 different types of Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.

Hook 30
Water · Colorless
GET /api/v1/pokemon/cards/pop7-13?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-13",
    "name": "Corsola",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/13.large.webp"
      }
    ],
    "expansion": {
      "id": "pop7",
      "name": "POP Series 7",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84442",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rally",
        "text": "Search your deck for up to 3 different types of Basic Pokémon and put them onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hook",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 2.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.12
        },
        {
          "condition": "LP",
          "price": 1.33
        },
        {
          "condition": "MP",
          "price": 0.75
        },
        {
          "condition": "HP",
          "price": 0.49
        },
        {
          "condition": "DMG",
          "price": 0.74
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:40:56.311Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.47
      }
    }
  }
}