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%
1.7 KB · 35 lines json
Raw Blame History
1{2  "id": "pokemontcg",3  "displayName": "Pokémon TCG API (pokemontcg.io)",4  "sourceId": "pokemontcg",5  "sourceName": "Pokémon TCG API",6  "sourceType": "catalog",7  "sourceUrl": "https://pokemontcg.io",8  "module": "api/pokemontcg",9  "enginePriority": ["api", "feed"],10  "categories": ["pokemon"],11  "regions": ["US", "EU"],12  "languages": ["en"],13  "currency": ["USD", "EUR"],14  "supportsListings": false,15  "supportsSold": false,16  "supportsAuctions": false,17  "supportsImages": true,18  "supportsCatalog": true,19  "supportsPopulation": false,20  "supportsLookup": false,21  "refreshFrequencyMinutes": 1440,22  "priority": "high",23  "trustScore": 0.8,24  "attributionRequired": true,25  "termsUrl": "https://docs.pokemontcg.io/",26  "accessNotes": "Public REST API v2 (https://api.pokemontcg.io/v2). Optional X-Api-Key (POKEMONTCG_API_KEY) raises limits (20k/day) — without a key ~1k/day and 30/min. Crawl = sets, then cards per set (pageSize 250, cursor {setIndex,page}). The API is intermittently unavailable (5xx); the connector retries with backoff and falls back to the maintainers' public GitHub mirror (PokemonTCG/pokemon-tcg-data, same card schema, no prices) for the catalog when the API keeps failing. Prices are TCGplayer (USD, per printing variant: normal/holofoil/reverseHolofoil/1stEdition…) and Cardmarket (EUR) daily aggregates with their own updatedAt → stored as price_observations, never as sales. Pokémon © Nintendo/Creatures/GAME FREAK; data attributed to pokemontcg.io.",27  "enabled": true,28  "schemaVersion": "1.0",29  "config": {30    "pageSize": 250,31    "requestIntervalMs": 2100,32    "mirrorBase": "https://raw.githubusercontent.com/PokemonTCG/pokemon-tcg-data/master"33  }34}35