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 7
Sentret

Sentret

Common #16 Pokémon Basic HP 60
Types
Colorless
Illustrator
Midori Harada
Expansion
POP Series 7 · POP
Language
English
TCGplayer
89067

Attacks

Grope
Colorless

Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck.

Scratch 10
Colorless
GET /api/v1/pokemon/cards/pop7-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-16",
    "name": "Sentret",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/16.large.webp"
      }
    ],
    "expansion": {
      "id": "pop7",
      "name": "POP Series 7",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89067",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Grope",
        "text": "Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 1.12
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "HP",
          "price": 1.04
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 16,
          "low": 16,
          "high": 16,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.51,
          "low": 15.73,
          "high": 21.29,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:33:45.740Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}