{"openapi":"3.2.0","info":{"title":"Domain Age Checker API","description":"Retrieve domain age information, including details such as the domain's creation date, expiration date, and other relevant details.","version":"1.0.0"},"servers":[{"url":"https://oftcr.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/":{"get":{"operationId":"get","summary":"Domain Age Checker","parameters":[{"name":"url","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."}}}}