{"openapi":"3.2.0","info":{"title":"VATify API","description":"Instantly validate tax numbers from around the world with a single API. US EIN, EU VAT numbers, NIF, CPF, CNPJ, GSTIN, NPWP, RUC and more — ensure compliance, prevent fraud, and streamline onboarding with fast, accurate global tax ID verification.","version":"1.0.0"},"servers":[{"url":"https://yrbyd.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/api/v1.0/supported":{"get":{"operationId":"get_api_v1_0_supported","summary":"Supported","description":"Lists supported country codes and number types"}},"/api/v1.0/validate":{"get":{"operationId":"get_api_v1_0_validate","summary":"Validate","description":"Validates EIN, NIF, CPF, CNPJ, GSTIN, NPWP, RUC and other VAT numbers","parameters":[{"name":"country_code","in":"query","description":"Country code","required":false,"schema":{"type":"string","title":"country_code","example":"PT"}},{"name":"number","in":"query","description":"Number to validate","required":false,"schema":{"type":"string","title":"number","example":"123456789"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}