{"openapi":"3.2.0","info":{"title":"WhoisJson - Domain API in Json or Xml Format API","description":"WHOIS : WhoisJson API usually pulls records from origin Whois servers in real time, so you get up-to-the minute results. We cache some records for performance, but you can bypass the cache as needed.  WELL-DEFINED FIELDS: Cleans up the records and pulls them apart into well-defined fields. Our system normalizes character sets and line endings, pulls the various fields from the raw text, and puts the fields in a consistent, automation-friendly format (XML or JSON).  AVOIDS QUERY RATE LIMITS: Avoids query rate limits that you would encounter when doing Whois queries from your own IP address. Our system uses caching and a large pool of diverse IP addresses to minimize blockages and ensure that you get the records you need. More information on https://whoisjson.com","version":"1.0.0"},"servers":[{"url":"https://nkdmn.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Requests"}],"paths":{"/whois":{"get":{"operationId":"get_whois","summary":"WHOIS API","description":"Real-Time domain information","tags":["Requests"],"parameters":[{"name":"domain","in":"query","description":"Domain name without subdomain (www etc.) or protocol (https:// etc.)","required":false,"schema":{"type":"string","title":"Domain Name","example":"whoisjson.com"}},{"name":"format","in":"query","description":"Json or Xml","required":false,"schema":{"type":"string","title":"Format","example":"json"}}]}},"/nslookup":{"get":{"operationId":"get_nslookup","summary":"NSLookup API","description":"Comprehensive DNS Record Retrieval","tags":["Requests"],"parameters":[{"name":"domain","in":"query","description":"Domain name without subdomain (www etc.) or protocol (https:// etc.)","required":false,"schema":{"type":"string","title":"Domain Name","example":"whoisjson.com"}}]}},"/ssl-cert-check":{"get":{"operationId":"get_ssl_cert_check","summary":"SSL Cert API","description":"Secure Certificate Insights","tags":["Requests"],"parameters":[{"name":"domain","in":"query","description":"Domain name without subdomain (www etc.) or protocol (https:// etc.)","required":false,"schema":{"type":"string","title":"Domain Name","example":"whoisjson.com"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}