TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1{2 "raw": {3 "url": "https://api.pokemontcg.io/v2/cards/base1-1",4 "externalId": "base1-1",5 "kind": "catalog_item",6 "engine": "api",7 "fetchedAt": "2026-09-07T04:27:44.899Z",8 "payload": {9 "card": {10 "id": "base1-1",11 "name": "Alakazam",12 "supertype": "Pokémon",13 "subtypes": [14 "Stage 2"15 ],16 "hp": "80",17 "types": [18 "Psychic"19 ],20 "number": "1",21 "artist": "Ken Sugimori",22 "rarity": "Rare Holo",23 "flavorText": "Its brain can outperform a supercomputer. Its intelligence quotient is said to be 5000.",24 "nationalPokedexNumbers": [25 6526 ],27 "images": {28 "small": "https://images.pokemontcg.io/base1/1.png",29 "large": "https://images.pokemontcg.io/base1/1_hires.png"30 },31 "set": {32 "id": "base1",33 "name": "Base",34 "series": "Base",35 "printedTotal": 102,36 "total": 102,37 "ptcgoCode": "BS",38 "releaseDate": "1999/01/09",39 "updatedAt": "2022/10/10 15:12:00",40 "images": {41 "symbol": "https://images.pokemontcg.io/base1/symbol.png",42 "logo": "https://images.pokemontcg.io/base1/logo.png"43 }44 },45 "tcgplayer": {46 "url": "https://prices.pokemontcg.io/tcgplayer/base1-1",47 "updatedAt": "2026/09/06",48 "prices": {49 "holofoil": {50 "low": 43.99,51 "mid": 59.99,52 "high": 9999,53 "market": 69.34,54 "directLow": 38555 }56 }57 },58 "cardmarket": {59 "url": "https://prices.pokemontcg.io/cardmarket/base1-1",60 "updatedAt": "2026/07/01",61 "prices": {62 "averageSellPrice": 125,63 "lowPrice": 69.94,64 "trendPrice": 268.62,65 "germanProLow": 0,66 "suggestedPrice": 0,67 "reverseHoloSell": 0,68 "reverseHoloLow": 0,69 "reverseHoloTrend": 0,70 "lowPriceExPlus": 250,71 "avg1": 125,72 "avg7": 282.13,73 "avg30": 188.1,74 "reverseHoloAvg1": 0,75 "reverseHoloAvg7": 0,76 "reverseHoloAvg30": 077 }78 }79 },80 "source": "api"81 }82 },83 "expect": {84 "minCount": 1,85 "kinds": [86 "catalog_item",87 "price_observation"88 ],89 "requiredFields": [90 "attributes.identifiers.pokemontcg_id",91 "attributes.set",92 "attributes.number",93 "attributes.year"94 ]95 },96 "note": "Live capture of https://api.pokemontcg.io/v2/cards?q=set.id:base1 (trimmed).",97 "capturedAt": "2026-09-07T04:27:53.271Z"98}