{
  "id": "numista",
  "displayName": "Numista catalogue API (N# types, issues, guide values)",
  "sourceId": "numista",
  "sourceName": "Numista",
  "sourceType": "catalog",
  "sourceUrl": "https://en.numista.com",
  "module": "api/numista",
  "enginePriority": ["api"],
  "categories": ["coins", "banknotes", "medals"],
  "regions": ["global"],
  "languages": ["en", "fr", "es"],
  "currency": ["EUR", "USD"],
  "supportsListings": false,
  "supportsSold": false,
  "supportsAuctions": false,
  "supportsImages": true,
  "supportsCatalog": true,
  "supportsPopulation": false,
  "supportsLookup": true,
  "refreshFrequencyMinutes": 10080,
  "priority": "low",
  "trustScore": 0.85,
  "attributionRequired": true,
  "termsUrl": "https://en.numista.com/api/license.php",
  "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.",
  "enabled": true,
  "schemaVersion": "1.0",
  "historicalDepth": "none",
  "acquisitionMethod": "official API (API key)",
  "requires": ["NUMISTA_API_KEY"],
  "config": {
    "seeds": [
      { "issuer": "canada", "category": "coin" },
      { "issuer": "united-states", "category": "coin" },
      { "issuer": "united-kingdom", "category": "coin" },
      { "issuer": "france", "category": "coin" },
      { "issuer": "germany", "category": "coin" },
      { "issuer": "canada", "category": "banknote" }
    ],
    "count": 50,
    "pagesPerRun": 4,
    "fetchPrices": false,
    "priceCurrency": "EUR",
    "maxPricesPerRun": 20
  }
}
