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 6
Starly

Starly

Common #16 Pokémon Basic HP 50
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
POP Series 6 · POP
Language
English
TCGplayer
89521

Attacks

Gust 10
Colorless
Quick Attack 10
Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pop6-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-16",
    "name": "Starly",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/16.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89521",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gust",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.51
        },
        {
          "condition": "HP",
          "price": 2.46
        },
        {
          "condition": "DMG",
          "price": 1.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.75,
          "low": 8.29,
          "high": 11.21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:56.188Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}