public
GET /v1/public/domains/nameserver-check
Which registrar holds a domain, what to enter, and whether it has taken effect.
စစ်မှန်ကြောင်း အတည်ပြုခြင်း
ဤ အားထုတ်ရန်အမှတ်သည် လူတိုင်းသုံးနိုင်ပါသည်။ ၎င်းသည် အထောက်အထားအချက်အလက် သို့မဟုတ် အဖွဲ့အစည်း မည်သည့်အရာကိုမျှ မတောင်းခံပါ - ၎င်းသည် ကျွန်ုပ်တို့၏ ကိုယ်ပိုင်စျေးကွက်ရှာဖွေရေးဆိုက်နှင့် AI ဖြေဆိုသည့်အင်ဂျင်များ ဖတ်ရှုသည့်အရာပင် ဖြစ်ပါသည်။
ဤ အမှတ်ဆက် (endpoint) သည် အဖွဲ့အစည်း အိုင်ဒီ (organisation id) ကို မယူပါ။ သင်၏ သော့ချက် (key) သည် ၎င်းပိုင်ဆိုင်သည့် အဖွဲ့အစည်းကို အလိုအလျောက် ဖော်ထုတ်ပြီးဖြစ်ကာ တုံ့ပြန်ချက်ကိုလည်း ၎င်းနှင့်သာ ကန့်သတ်ထားမည် ဖြစ်သည်။
စမ်းကြည့်ရန်
ထောင့်ချိတ်များအတွင်းရှိ မည်သည့်အရာကိုမဆို သင်၏ကိုယ်ပိုင်တန်ဖိုးများဖြင့် အစားထိုးပြီး သင့်ဒက်ရှ်ဘုတ်မှ သော့ချက်တစ်ခုဖြင့် key ကို အစားထိုးပါ။
curl -X GET https://api.zinndigital.com/v1/public/domains/nameserver-check?domain=<domain>ဝင်ရောက်ပြီးပြီလား။ သင့်ဒက်ရှ်ဘုတ်ရှိ API ကွန်ဆိုးလ်တွင် သင့်၏ တကယ့်အဖွဲ့အစည်း ID နှင့် သင့်ကိုယ်ပိုင်သော့ချက်တို့ဖြင့် ဖြည့်သွင်းပေးပြီး တကယ့်တုံ့ပြန်ချက်ကို သင်မြင်နိုင်ရန် တိုက်ရိုက် API (live API) ကို အသုံးပြု၍ တောင်းဆိုမှုကို လုပ်ဆောင်ပေးပါသည်။ ဤအဆုံးသတ်အမှတ် (endpoint) ကို API ကွန်ဆိုးလ်တွင် ဖွင့်ပါ
အသေးစိတ်အချက်အလက်များ
Everything a per-registrar instruction card needs, for **any** domain, with no account. It answers three questions in one request: who the registry says holds the name (so the right instruction card is shown), which nameservers to enter, and whether the change has landed yet. **`outcome` is four-valued and none of the four may be collapsed.** `delegated` — public DNS resolves the domain to our pair, the job is done. `propagating` — the registry has our pair on record and public DNS does not show it yet; the customer did everything right and there is nothing to do but wait. `not_delegated` — a real, positive reading that it points somewhere else, or nowhere. `unknown` — we could not find out. ⛔ A client must never render `unknown` as `not_delegated`, and must never render `propagating` as a failure. Both mistakes send somebody who succeeded back to redo work that was correct, which is the single most likely way to make this feature feel broken while it is working perfectly. `expected` is **derived per request** from the platform's own nameserver assignment, never written into card content. `observed` is what the domain points at right now — public DNS where it answered, the registry's record otherwise — and is empty when the reading was positive and there was nothing there. **Rate limited per caller and globally.** Answers are cached for sixty seconds only: this endpoint's whole population is somebody who has just changed their nameservers and is reloading to check, so a long cache would hide the very change it is asked about. There is deliberately no bulk input.
ကန့်သတ်ဘောင်များ
| နာမည် | အမျိုးအစား | လိုအပ်သည် | ဘာလဲဆိုတာ |
|---|---|---|---|
domain (query) | string | ဟုတ်ကဲ့ | The domain to check, including its extension. A trailing dot is ignored, case is ignored, and an internationalised name must already be punycoded. |
တုံ့ပြန်ချက်
| နာမည် | အမျိုးအစား | လိုအပ်သည် | ဘာလဲဆိုတာ |
|---|---|---|---|
fqdn | string | ဟုတ်ကဲ့ | The domain as we normalised it — lower-cased, trailing dot removed. |
slug | string<godaddy, namecheap, porkbun, cloudflare, squarespace, generic> | ဟုတ်ကဲ့ | Which instruction set to render. ⛔ A slug, never step text — the client supplies its own localized steps, because step text returned from an API cannot go through the translatio… |
registrar | string | ဟုတ်ကဲ့ | The registrar exactly as the registry names it, or `null` when none was published. ⛔ Never inferred from `slug`. |
panel_url | string | ဟုတ်ကဲ့ | A deep link into that registrar's own nameserver screen, where known. |
self_serve | boolean | ဟုတ်ကဲ့ | Can we make the change for the customer with an API key they supply? Derived from which delegation adapters exist, never stated per registrar. |
locked | boolean | ဟုတ်ကဲ့ | The domain cannot be delegated anywhere else — true for Cloudflare Registrar, whose domains use Cloudflare's nameservers by design. ⛔ This is a STATE, not a failure, and it is n… |
expected | string[] | ဟုတ်ကဲ့ | The nameservers to enter at the registrar. ⛔ Derived per request from the platform's own assignment, never written into card content — a hostname typed into a page is correct on… |
observed | string[] | ဟုတ်ကဲ့ | What the domain points at right now — public DNS where it answered, the registry's record otherwise. Empty means the reading was positive and there was nothing there; it does **… |
outcome | string<delegated, propagating, not_delegated, unknown> | ဟုတ်ကဲ့ | What we established. `delegated` = done. `propagating` = the registry has our pair and DNS has not caught up; the customer did it right and must simply wait. `not_delegated` = a… |
recheck_after_seconds | integer | ဟုတ်ကဲ့ | Roughly how long to wait before checking again, or `null` when there is nothing to wait for. A hint about our own interface, not a claim about DNS propagation. |
ဤအမှတ်ဆက်မှ ပြန်ပေးနိုင်သော အမှားများ
422 · 429 · 503