{"openapi":"3.2.0","info":{"title":"Emails Checker API","description":"A REST-based JSON API for real-time email verification. Validate addresses at the point of entry, before bad data reaches your database.","version":"1.0.0"},"servers":[{"url":"https://emails-checker.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://emails-checker.jojapi.net/_jojapi/agent/plans","discovery_url":"https://emails-checker.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/emails-checker","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/check":{"get":{"operationId":"get_check","summary":"Check","description":"Verify Emails","responses":{"200":{"description":"Success","content":{"application/json":{"example":{"success":true,"response":{"email":"support@emails-checker.test","result":"deliverable","syntax":false,"mx_records":true,"smtp_code":"250","catch_all":false,"disposable":false,"description":"Valid Email Address.","user":"support","domain":"emails-checker.test","free_email":true,"role":true}}}}}},"parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string","example":"user@example.com"}}]}},"/time":{"get":{"operationId":"get_time","summary":"Health","description":"Check uptime","responses":{"200":{"description":"Success","content":{"application/json":{"example":{"success":true,"response":{"time":"2024-01-15T10:30:00+00:00"}}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}