The API is just HTTP requests. So just google for a HTTP library/module for your language, C# in this case, and send a request with the URL/headers specified in the docs. The result is JSON, so you’ll have to parse that into whatever data structure is appropriate.
1 Like