Nager.HetznerDns Client for the DNS Api of Hetzner https://dns.hetzner.com/api-docs nuget The package is available on nuget PM> install-package Nager.HetznerDns Examples of use Get all records of a zone var client = new HetznerDnsClient("apiKey"); var response = await client.GetRecordsAsync("zoneId");