IP

The simplest API in the world. It just returns your WAN IP address and nothing more.

23.22.212.158

User-Agent

An API that just returns your Web Browser User-Agent and nothing more.

CCBot/2.0

Superglobals

A usefull API. It returns the PHP superglobals formated in JSON.

"GET": [ ],
"POST": [ ],
"COOKIE": { … },
"REQUEST": { … },
"FILES": [ ],
"SERVER": { … }

$_SERVER['REQUEST_URI']: /
scope : default
controller : index
action : index
id : 
format : html