While looking into specs of NVD APIs, the documentation mentions The CVE API is used to easily retrieve information on a single CVE or a collection of CVE from the NVD.
However, the API documentation does not mention any means of providing data for multiple CVEs of choice in a single request. My requirement is to fetch data of 700 CVEs in a single API request.
They also have data feeds which they discourage from using and plan to discontinue it from Sep 2023. In addition to these limitations, they also have rate limiting which prohibits more than 50 requests in 30s.
Currently, my option is to go with data feeds which are going to stay for another few months, but wanted to know if anyone is familiar with any option where multiple CVEs can be retrieved in one API call.