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
Gallade

Gallade

Rare #2 Pokémon Stage 2 HP 130
Types
Fighting
Illustrator
Daisuke Ito
Expansion
POP Series 7 · POP
Language
English
TCGplayer
85605

Attacks

Sonic Blade
Fighting · Colorless

Put damage counters on the Defending Pokémon until it is 50 HP away from being Knocked Out. If you do, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

Psychic Cut 60
Psychic · Colorless · Colorless

You may choose as many of your face-down Prize cards as you like and put them face up. If you do, this attack does 60 damage plus 20 more damage for each Prize card you chose. (These cards remain face up for the rest of the game.)

GET /api/v1/pokemon/cards/pop7-2?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-2",
    "name": "Gallade",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/2.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": "85605",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sonic Blade",
        "text": "Put damage counters on the Defending Pokémon until it is 50 HP away from being Knocked Out. If you do, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic Cut",
        "text": "You may choose as many of your face-down Prize cards as you like and put them face up. If you do, this attack does 60 damage plus 20 more damage for each Prize card you chose. (These cards remain face up for the rest of the game.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Daisuke Ito",
    "pricing": {
      "currency": "USD",
      "market": 20.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.13
        },
        {
          "condition": "LP",
          "price": 16.77
        },
        {
          "condition": "MP",
          "price": 8.03
        },
        {
          "condition": "HP",
          "price": 5.03
        },
        {
          "condition": "DMG",
          "price": 3.81
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:40:56.311Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.15
      }
    }
  }
}