Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Grass Starter Set V
Cottonee

Cottonee

None #3 ポケモン たね HP 60
Types
Illustrator
ryoma uratsuka
Expansion
Grass Starter Set V · Sword & Shield
Language
Japanese
TCGplayer
646998
GET /api/v1/pokemon/cards/sag_ja-3vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sag_ja-3vrh",
    "name": "Cottonee",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-3vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-3vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-3vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sag_ja",
      "name": "Grass Starter Set V",
      "total": 23,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SA",
      "printed_total": 23,
      "release_date": "2019/11/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Grass Starter Set V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "646998",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-3vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-3vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-3vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね"
    ],
    "types": [
      "草"
    ],
    "hp": "60",
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "artist": "ryoma uratsuka",
    "pricing": {
      "currency": "USD",
      "market": 3.54,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.54
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:48:20.805Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.29
      }
    }
  }
}