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

Turtwig

Common #17 Pokémon Basic HP 60
Types
Grass
Illustrator
Masakazu Fukuda
Expansion
POP Series 8 · POP
Language
English
TCGplayer
90076

Attacks

Tackle 10
Razor Leaf 20
Grass
GET /api/v1/pokemon/cards/pop8-17?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-17",
    "name": "Turtwig",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/17.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90076",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Razor Leaf",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 4.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.45
        },
        {
          "condition": "LP",
          "price": 2.29
        },
        {
          "condition": "MP",
          "price": 1.3
        },
        {
          "condition": "HP",
          "price": 1.39
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 21.6,
          "low": 18.36,
          "high": 24.84,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 7.5,
          "high": 22.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.58,
          "low": 17.5,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 28,
          "high": 32,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:01.088Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.8
      }
    }
  }
}