MojoDns
  • Getting Started
  • Billing FAQ
  • API Documention
    • Get DNS Record
    • Rate Limiting (Error 429)
  • Legal
    • Terms & Conditions
    • MojoDns Privacy Policy
    • Contact
Powered by GitBook
On this page

Was this helpful?

  1. API Documention

Get DNS Record

Get DNS Record

GET https://api.mojodns.com/api/v1/:domain/:type

This endpoint allows you to get query a DNS records. Example: https://api.mojodns.com/api/v1/example.com/mx

Path Parameters

Name
Type
Description

type

string

Type of DNS record you want. (e.g. mx, a, ns, etc.)

domain

string

Domain or hostname you are looking up

Headers

Name
Type
Description

Authentication

string

Authentication token

{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}
{
    ""
}

PreviousBilling FAQNextRate Limiting (Error 429)

Last updated 6 years ago

Was this helpful?