Blipfoto API

get/time

This resource returns the API's current time as a UNIX timestamp (seconds since Jan 01 1970 GMT), for use in the authentication process.

URL

http://api.blipfoto.com/get/time/

Parameters

This resource does not require any extra paramters beyond your API Key.

Example

The following request:

http://api.blipfoto.com/get/time/?api_key=4c297fc904

will give this response:

<?xml version="1.0" encoding="UTF-8"?>
<blipapi>
	<request_id></request_id>
	<error></error>
	<data>
		<timestamp>1245328188</timestamp>
	</data>
</blipapi>