{"openapi":"3.2.0","info":{"title":"VAT Comply API","description":"You can verify the validity of a VAT number issued by any Member State / Northern Ireland by entering the number to be validated in the form or use the API for automation.","version":"1.0.0"},"servers":[{"url":"https://vat-comply.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/vat":{"get":{"operationId":"get_vat","summary":"VAT validation","description":"The VAT validation endpoint allows you to check whether a VAT number is valid.  If the VAT number is valid, it returns information about the company with the countries VAT rates.","parameters":[{"name":"vat_number","in":"query","required":false,"schema":{"type":"string","example":"NL810462783B01"}}]}},"/rates":{"get":{"operationId":"get_rates","summary":"Rates","description":"Currency rates tracks foreign exchange references rates published by the European Central Bank.  The data refreshes around 16:00 CET every working day.","parameters":[{"name":"base","in":"query","description":"Rates quote against the EUR by default. You can quote against other currencies using the base parameter.","required":false,"schema":{"type":"string"}},{"name":"date","in":"query","description":"A date parameter returns historical rates data for any date since 04.01.1999.\n\nExample: 2000-04-05","required":false,"schema":{"type":"string"}}]}},"/currencies":{"get":{"operationId":"get_currencies","summary":"Currencies"}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}