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

← Crossing the Ruins...
Sentret

Sentret

Common #161 Pokémon Basic HP 50
Types
Colorless
Illustrator
Sumiyoshi Kizuki
Expansion
Crossing the Ruins... · Neo
Language
Japanese
TCGplayer

Attacks

Scout
Colorless

Look at your opponent's hand.

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/neo2_ja-46?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2_ja-46",
    "name": "Sentret",
    "number": "161",
    "printed_number": "161",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-46.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2_ja",
      "name": "Crossing the Ruins...",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 56,
      "release_date": "2000/07/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crossing the Ruins..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scout",
        "text": "Look at your opponent's hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 2.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.49
        },
        {
          "condition": "LP",
          "price": 0.58
        },
        {
          "condition": "MP",
          "price": 0.47
        },
        {
          "condition": "HP",
          "price": 0.35
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 12,
          "high": 13.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 82.75,
          "low": 49.5,
          "high": 109.51,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.5,
          "low": 13.3,
          "high": 19.21,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T02:18:14.013Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}