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 4
Flygon

Flygon

Rare #3 Pokémon Stage 2 HP 120
Types
Fighting
Illustrator
Hisao Nakamura
Expansion
POP Series 4 · POP
Language
English
TCGplayer
85524

Attacks

Bite 30
Fighting · Colorless
Sand Pit 70
Fighting · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/pop4-3?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop4-3",
    "name": "Flygon",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/3.large.webp"
      }
    ],
    "expansion": {
      "id": "pop4",
      "name": "POP Series 4",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85524",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Levitate",
        "text": "As long as Flygon has any Energy attached to it, the Retreat Cost for Flygon is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Sand Pit",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 17.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.58
        },
        {
          "condition": "MP",
          "price": 10.89
        },
        {
          "condition": "HP",
          "price": 6.1
        },
        {
          "condition": "DMG",
          "price": 4.77
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 230.13,
          "low": 190.06,
          "high": 270.19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 275,
          "low": 233.75,
          "high": 316.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1747.25,
          "low": 1342.88,
          "high": 2151.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.22,
          "low": 22.22,
          "high": 29.61,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 67.2,
          "low": 57.12,
          "high": 77.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:17:25.388Z",
      "trend_7d": {
        "direction": "up",
        "percent": 31.1
      }
    }
  }
}