I don't really understand API myself, but I've come to you guys to try and help me suss this out.
http://www.mywot.com/wiki/API#Reputations That's the api I'm trying to follow.
What am I aiming for?
On my website I am parsing all external URL's to see if they are safe, so I am going to use the MYWOT api which will return values depending on the sites safety and reputation reviews.
The links are sent to this file parse_link.php?url=example.com So the variable of the url will be $website = $_GET['url'];
I'm not asking you to completely code this for me, just some help to help me get my head around this confusing stuff.