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 2
Phanpy

Phanpy

Common #15 Pokémon Basic HP 50
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
POP Series 2 · POP
Language
English
TCGplayer
88000

Attacks

Double Spin 10
Fighting

Flip 2 coins. This attack does 10 damage times the number of heads.

Body Slam 10
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/pop2-15?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop2-15",
    "name": "Phanpy",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/15.large.webp"
      }
    ],
    "expansion": {
      "id": "pop2",
      "name": "POP Series 2",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2005/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88000",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop2/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Double Spin",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 18.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.27
        },
        {
          "condition": "LP",
          "price": 15.53
        },
        {
          "condition": "MP",
          "price": 10.5
        },
        {
          "condition": "HP",
          "price": 6.26
        },
        {
          "condition": "DMG",
          "price": 4.72
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 45,
          "low": 33.4,
          "high": 56,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.99,
          "low": 15.29,
          "high": 20.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 35,
          "high": 67.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.44,
          "low": 8.87,
          "high": 12.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45.2,
          "low": 76,
          "high": 76,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:03:04.487Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.76
      }
    }
  }
}