{"openapi":"3.2.0","info":{"title":"Whatsapp Number Validator API","description":"Automated WhatsApp Number Verification API – WhatsApp Account Checker, Validator & Phone Lookup Tool","version":"1.0.0"},"servers":[{"url":"https://nfydl.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/check":{"get":{"operationId":"get_check","summary":"Check","description":"Description: This endpoint verifies whether the provided phone number is linked to an active WhatsApp account. It returns a structured JSON response indicating the verification result.","parameters":[{"name":"phone","in":"query","required":false,"schema":{"type":"string","example":"+212612542343"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}