{"openapi":"3.2.0","info":{"title":"WHOIS and Hosting Lookup API","description":"This API lets you quickly get domain information. It has two main options: WHOIS Lookup to check domain registration details, and Hosting Info to find out where the domain is hosted. Results are returned in JSON format, making it easy to use in your applications.","version":"1.0.0"},"servers":[{"url":"https://aaonl.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/api/hosting/{domain}":{"get":{"operationId":"get_api_hosting_domain","summary":"domain","description":"enter your domain for hosting info","parameters":[{"name":"domain","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/whois/{domain}":{"get":{"operationId":"get_api_whois_domain","summary":"domain","description":"enter your domain","parameters":[{"name":"domain","in":"path","required":true,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}