TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1{2 "id": "numista",3 "displayName": "Numista catalogue API (N# types, issues, guide values)",4 "sourceId": "numista",5 "sourceName": "Numista",6 "sourceType": "catalog",7 "sourceUrl": "https://en.numista.com",8 "module": "api/numista",9 "enginePriority": ["api"],10 "categories": ["coins", "banknotes", "medals"],11 "regions": ["global"],12 "languages": ["en", "fr", "es"],13 "currency": ["EUR", "USD"],14 "supportsListings": false,15 "supportsSold": false,16 "supportsAuctions": false,17 "supportsImages": true,18 "supportsCatalog": true,19 "supportsPopulation": false,20 "supportsLookup": true,21 "refreshFrequencyMinutes": 10080,22 "priority": "low",23 "trustScore": 0.85,24 "attributionRequired": true,25 "termsUrl": "https://en.numista.com/api/license.php",26 "accessNotes": "Official Numista API v3 (https://api.numista.com/v3, docs https://en.numista.com/api/doc/, OpenAPI swagger.yaml). Every call needs a personal key in the 'Numista-API-Key' header → the connector requires NUMISTA_API_KEY and is reported DISABLED without it. Free plan: 2 000 requests/month (429 = quota/too many simultaneous requests) — the connector reads ≤ 4 catalogue pages per run (GET /types?q=&issuer=&category=&page=&count=50) and, only when config.fetchPrices is true, ≤ 20 price calls per run (/types/{id}/issues then /types/{id}/issues/{issue}/prices?currency=EUR). Licence (en.numista.com/api/license.php): commercial use allowed with mandatory attribution 'Source: Numista' + N# on every result (stored in metadata.attribution); bulk download, re-serving the data as a feed and sublicensing are forbidden — we keep only identifying fields (title, issuer, years, denomination, composition, references) and per-grade guide values. Photos are CC BY-NC-SA / third-party copyrighted: only thumbnail URLs are referenced. Public catalogue HTML pages (robots allow /catalogue/…html but disallow index.php? and ?q= searches) are not scraped. Fixtures were built from the official documentation examples (no key available) and say so in their note.",27 "enabled": true,28 "schemaVersion": "1.0",29 "historicalDepth": "none",30 "acquisitionMethod": "official API (API key)",31 "requires": ["NUMISTA_API_KEY"],32 "config": {33 "seeds": [34 { "issuer": "canada", "category": "coin" },35 { "issuer": "united-states", "category": "coin" },36 { "issuer": "united-kingdom", "category": "coin" },37 { "issuer": "france", "category": "coin" },38 { "issuer": "germany", "category": "coin" },39 { "issuer": "canada", "category": "banknote" }40 ],41 "count": 50,42 "pagesPerRun": 4,43 "fetchPrices": false,44 "priceCurrency": "EUR",45 "maxPricesPerRun": 2046 }47}48