aiendpoint.dev
ServicesDNSimple

DNSimple

community

DNS hosting and domain management service with a developer-friendly API for managing DNS records, domain registration, SSL certificates, and email forwarding.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://dnsimple.combearerdeveloperconfidence: 90/1000 discoveries1 contributors
GET/v2/{account_id}/zones

List DNS zones in an account

Parameters

name_likepartial zone name filter (stringoptional

Returns

zones[] with id, name, account_id, reverse, secondary, created_at, updated_at
GET/v2/{account_id}/zones/{zone_name}/records

List DNS records for a zone

Parameters

namerecord name filter (stringoptional
typeA|AAAA|CNAME|MX|TXT|NS (stringoptional

Returns

records[] with id, zone_id, name, type, content, ttl, priority, regions[]
POST/v2/{account_id}/zones/{zone_name}/records

Create a DNS record

Parameters

ttlseconds (integeroptional
namerecord name (stringrequired
typeA|CNAME|MX|TXT (stringrequired
contentrecord value (stringrequired

Returns

record with id, name, type, content, ttl, created_at