{"openapi":"3.2.0","info":{"title":"Domain Age PRO API","description":"Check the domain age using fastest api response.","version":"1.0.0"},"servers":[{"url":"https://osgtl.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/getAge/":{"get":{"operationId":"get_getAge","summary":"/getAge/","description":"Get domain age","parameters":[{"name":"domain","in":"query","required":false,"schema":{"type":"string","example":"google.com"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}