There was an error while loading. Please reload this page.
Hello world.
Authentication: optional
GET /hello.json
None
curl http://jmathai.openphoto.me/hello.json
$ch = curl_init('http://jmathai.openphoto.me/hello.json'); curl_exec($ch);
The response is in a standard response envelope.
{ "message":"", "code":200, "result":"Hello, world!" }