NautiX Validator
Welcome to the NautiX Validator. To validate a feed, enter the URL to be tested in the corresponding field “URL”.
Important: Do not send your feed to partner websites until it is fully validated. Please also note our Code of Conduct.
Automatic validation: Your server can validate feeds also automatically before import/export.
Send the URL as a POST or GET variable to https://validator.nautic-network.org/QuickValidator.php.
$_POST = array(
'url' => 'https://validator.nautic-network.org/test-with-errors-v1.3.xml',
);
You will get a JSON response:
$json->isValid = true;
By default, also some boat images are being downloaded to our validator for checks.
To speed up the validation, exclude downloading image files by sending following POST variables:
$_POST = array(
'url' => 'https://validator.nautic-network.org/test-with-errors-v1.3.xml',
'nofiles' => 1,
);
You can also get error messages as texts. Send "geterrors" as additional variable.
Example: https://validator.nautic-network.org/QuickValidator.php?url=https://validator.nautic-network.org/test-with-errors-v1.1.xml&nofiles=1&geterrors=1
Last modif. validator: 29th January 2025
IP of this server: 85.13.156.56
Validate now: