Manage all your domains using Elixir
We've got the best API to manage your domain portfolio while saving time and money.
A quick tour of our Elixir API in under 10 minutes.
A quick tour of our Elixir API in under 10 minutes.
Fast and easy to use.
Quickly check domain availability, add a DNS record, and request an SSL certificate directly from Elixir.
Elixir API Browser
# https://support.dnsimple.com/articles/api-access-token/ Dnsimple.start config = %Dnsimple.Client{ access_token: "abc123", base_url: "https://api.sandbox.dnsimple.com/" } # Check for domain availability IO.inspect Dnsimple.Registrar.check_domain(config, account_id, "domain-to-check.com") # Before we register a domain we need to create a contact jane_contact = { email: "jane.smith@example.com", first_name: "Jane", last_name: "Smith", address1: "111 SW 1st Street", city: "Miami", state_province: "FL", postal_code: "11111", country: "US", phone: "+1 321 555 4444" } contact = Dnsimple.Contacts.create_contact(config, account_id, jane_contact) # Register a domain IO.inspect Dnsimple.Registrar.register_domain( config, account_id, "domain-to-register.com", %{ registrant_id: contact.data.id, auto_renew: 0, privacy: 0, } ) # List all domains in account IO.inspect Dnsimple.Domains.list_domains(config, account_id)
Never regretted signing up long ago.

Configuring server-wide DNS template is made simple for our Enterprise Network with DNSimple.

A dependable service with amazing technical support.

Best DNS Hosting Company by far.

Developer tips
Open a free account in our Sandbox environment. Write, test, and verify your code before you move to production.
Test domain registration and issuing SSL certificates at no charge. Domains registered in Sandbox do not resolve, and SSL certificates should not be installed in any production environment.
Use our testing credit card to select a plan that matches the features that you'd like to test.
Follow this guide to obtain your token for your API calls.
Create an account in SandboxReliable DNS at the right price
If you manage 100+ domains, get in touch.
We offer flexible plans with adjusted rates and discounts for Enterprise and Resellers.
Integrate in minutes with our API
Update DNS records, request SSL certificates, and transfer or register new domains from Elixir.
Manage your domains from Elixir.
Start your free 30-day trialPhoto by Christina @ wocintechchat.com on Unsplash