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 9
Turtwig

Turtwig

Common #17 Pokémon Basic HP 60
Types
Grass
Illustrator
Midori Harada
Expansion
POP Series 9 · POP
Language
English
TCGplayer
90078

Attacks

Absorb 10
Grass

Remove 1 damage counter from Turtwig.

Parboil 40
Grass · Colorless · Colorless

If you have Chimchar in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/pop9-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop9-17",
    "name": "Turtwig",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/17.large.webp"
      }
    ],
    "expansion": {
      "id": "pop9",
      "name": "POP Series 9",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2009/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90078",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Absorb",
        "text": "Remove 1 damage counter from Turtwig.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Parboil",
        "text": "If you have Chimchar in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Burned.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 2.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.04
        },
        {
          "condition": "LP",
          "price": 1.27
        },
        {
          "condition": "MP",
          "price": 0.73
        },
        {
          "condition": "HP",
          "price": 0.57
        },
        {
          "condition": "DMG",
          "price": 0.41
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.74,
          "low": 22.73,
          "high": 30.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "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": 46.27,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28.1,
          "low": 38,
          "high": 38,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 19.75,
          "high": 30.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:54:47.245Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.49
      }
    }
  }
}