Basic Word Filter API
<?php
$contents = file_get_contents("https://api.tylermwise.uk/v1/wordfilter?q=TEXT_GOES+HERE");
$data = json_decode($contents);
?><?php echo $data->credit; ?>
<?php echo $data->text; ?>
<?php echo $data->filter_text; ?>Path Parameters
Name
Type
Description
{
"credit": "API Data from <a href='https://dev.tylermwise.com/wordfilter'>tylermwise.com</a>",
"text": "TEXT_GOES HERE",
"filter_text": "TEXT_GOES HERE"
}Filtered Text
Text Unfiltered
API Credit
Last updated