📺 Missed our webinar on streamlining your DNS management with DNSimple's Terraform provider? No worries! The recording is available now on our YouTube channel

.cars domains

Premium

Special pricing might apply to certain domain names. Premium names is at the discretion of the .cars TLD.

Registration
$ 2,520
Renewal
$ 2,520
Transfer
$ 2,520
Restore
$ 2,250

A DNSimple subscription is required to register, transfer, or renew domain names. Domain registration, transfer, and renewal fees are not included in your subscription.

All prices are in US Dollars and are per year. Some domains require registrations of 2, 5, or 10 years minimum.

Details
Whois Privacy Yes
Minimum years registration 1
Support for international domain names (with special characters: ë, ß, ...) Yes
DNSSEC Yes
Premium names Yes
Requires transfer authorization code Yes
Automate your domain management

Get your domains quicker and customize them via our API.

API Browser
# Obtain your API token and Account ID
# https://support.dnsimple.com/articles/api-access-token/

# Check for domain availability
curl -H "Authorization: Bearer [TOKEN]" \ 
-H "Accepts: application/json" \ 
https://api.sandbox.dnsimple.com/v2/[ACCOUNT_ID]/registrar/domains/[DOMAIN_NAME]/check

# Before we register a domain we need to create a contact
curl -H "Authorization: Bearer [TOKEN]" \ 
-H "Content-type: application/json" \ 
-H "Accepts: application/json" \ 
-X POST \ 
-d "{'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'}" \ 
https://api.sandbox.dnsimple.com/v2/[ACCOUNT_ID]/contacts

# Register a domain
curl -H "Authorization: Bearer [TOKEN]" \ 
-H "Accepts: application/json" \ 
-H "Content-Type: application/json" \ 
-X POST \ 
-d "{'registrant_id': [CONTACT_ID]}' \ 
https://api.sandbox.dnsimple.com/v2/[ACCOUNT_ID]/registrar/domains/[DOMAIN_NAME]/registrations

Currently Featured TLDS

View All