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
Turtwig

Turtwig

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

Attacks

Tackle 10
Razor Leaf 20
Grass
GET /api/v1/pokemon/cards/pop6-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-17",
    "name": "Turtwig",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/17.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": "90072",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/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": 15.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.73
        },
        {
          "condition": "LP",
          "price": 8.69
        },
        {
          "condition": "MP",
          "price": 4.49
        },
        {
          "condition": "HP",
          "price": 1.22
        },
        {
          "condition": "DMG",
          "price": 2.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 106,
          "low": 86.19,
          "high": 264,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1500,
          "low": 1275,
          "high": 1725,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:48.747Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.19
      }
    }
  }
}