APIリファレンス

TLD対応範囲 APIリファレンス

対応しているTLDの一覧とRDAPエンドポイントの稼働状況を取得します。 このリファレンスで操作を選び、文書化されたレスポンス契約を統合できます。

操作

GET /v1/coverage

操作: getCoverage クレジットと認証: 無料 認証は任意
GET /v1/coverage

クエリパラメータ

パラメータ タイプ 必須
live string
許可された値 1
オプション

レスポンスフィールド

フィールド タイプ
gtlds[] string[]
cctlds[] string[]
total_tlds integer
all_tlds[] string[]
rdap_health[] object[]
rdap_health[] object
rdap_health[].tld string
rdap_health[].endpoint string
rdap_health[].ok boolean
rdap_health[].p50_ms number
rdap_health[].error_rate number
bootstrap_source string
bootstrap_last_updated string
meta object
meta.served_by string
meta.bootstrap_ttl_s integer
meta.live boolean

リクエスト例

curl "https://domscan.net/v1/coverage?live=example.com"

レスポンス例

{
  "gtlds": [
    "string"
  ],
  "cctlds": [
    "string"
  ],
  "total_tlds": 1,
  "all_tlds": [
    "string"
  ],
  "rdap_health": [
    {
      "tld": "com",
      "endpoint": "https://example.com",
      "ok": true,
      "p50_ms": 1,
      "error_rate": 1
    }
  ],
  "bootstrap_source": "iana",
  "bootstrap_last_updated": "2026-04-15T12:00:00Z",
  "meta": {
    "served_by": "string",
    "bootstrap_ttl_s": 1,
    "live": true
  }
}

リファレンスリソース