I am fairly new to the nuget side. So I might be missing something. I have a list of nuget packages in several of the solutions of my team. And I would like to get their metadata(only the latest version of each would suffice) for each one of them. I plan to run an API on each name of the package which will retrieve the data. This is the JS API which I am trying to run, but I believe something is missing.
https://api.nuget.org/v3/catalog0/${packageName}.json
https://stackoverflow.com/a/55386326/6630504The answer here says that I need some {@id}. How do I get that? Is it required? What would be the end URL?