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

← Emerald
Lanette's Net Search

Lanette's Net Search

Uncommon #77 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Emerald · EX
Language
English
TCGplayer
86598
GET /api/v1/pokemon/cards/ex9-77?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex9-77",
    "name": "Lanette's Net Search",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/77.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/77.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/77.large.webp"
      }
    ],
    "expansion": {
      "id": "ex9",
      "name": "Emerald",
      "total": 107,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "EM",
      "printed_total": 106,
      "release_date": "2005/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86598",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/77.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/77.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/77.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 3.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.02
        },
        {
          "condition": "LP",
          "price": 2.47
        },
        {
          "condition": "MP",
          "price": 0.78
        },
        {
          "condition": "HP",
          "price": 1.2
        },
        {
          "condition": "DMG",
          "price": 2.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13,
          "low": 8,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 155.5,
          "low": 132.17,
          "high": 178.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.02,
          "low": 30,
          "high": 39.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:15:03.020Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.16
      }
    }
  }
}