{"openapi":"3.2.0","info":{"title":"Whatsapp Checker API","description":"Check if a phone number is registered on WhatsApp before sending messages. Save time and avoid errors.","version":"1.0.0"},"servers":[{"url":"https://xgavt.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/check":{"get":{"operationId":"get_check","summary":"Is On Whatsapp?","description":"Please Enter the Number with the country code  and without the +.","parameters":[{"name":"phone","in":"query","required":false,"schema":{"type":"string","example":"17182222222"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}