SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
2.7 KB · 98 lines json
Raw Blame History
1{2  "raw": {3    "url": "https://api.pokemontcg.io/v2/cards/base1-58",4    "externalId": "base1-58",5    "kind": "catalog_item",6    "engine": "api",7    "fetchedAt": "2026-09-07T04:27:44.899Z",8    "payload": {9      "card": {10        "id": "base1-58",11        "name": "Pikachu",12        "supertype": "Pokémon",13        "subtypes": [14          "Basic"15        ],16        "hp": "40",17        "types": [18          "Lightning"19        ],20        "number": "58",21        "artist": "Mitsuhiro Arita",22        "rarity": "Common",23        "flavorText": "When several of these Pokémon gather, their electricity can cause lightning storms.",24        "nationalPokedexNumbers": [25          2526        ],27        "images": {28          "small": "https://images.pokemontcg.io/base1/58.png",29          "large": "https://images.pokemontcg.io/base1/58_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-58",47          "updatedAt": "2026/09/06",48          "prices": {49            "normal": {50              "low": 4.78,51              "mid": 13.41,52              "high": 1000,53              "market": 16.1,54              "directLow": 7.0755            }56          }57        },58        "cardmarket": {59          "url": "https://prices.pokemontcg.io/cardmarket/base1-58",60          "updatedAt": "2026/06/21",61          "prices": {62            "averageSellPrice": 23.99,63            "lowPrice": 7.49,64            "trendPrice": 14.44,65            "germanProLow": 0,66            "suggestedPrice": 0,67            "reverseHoloSell": 0,68            "reverseHoloLow": 0,69            "reverseHoloTrend": 0,70            "lowPriceExPlus": 7.49,71            "avg1": 28,72            "avg7": 19.5,73            "avg30": 12.24,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.272Z"98}