EPSS API The base URL for all EPSS API calls is: https://api.first.org/data/v1/epss. Example API calls: Most recent CVE(s): Show EPSS scores for the first 100 CVEs, https://api.first.org/data/v1/epss Single CVE: show EPSS score for CVE XXXXX, https://api.first.org/data/v1/epss?cve=CVE-2022-27225 Batch: show EPSS scores for a list of CVEs, https://api.first.org/data/v1/epss?cve=CVE-2022-27225,CVE-2