Uzenet REST API: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
(Created page with "This page describes the Uzenet [https://en.wikipedia.org/wiki/Representational_state_transfer REST] API. This API allows Uzenet functions to be performed by tools, programs or ga...")
 
No edit summary
Line 9: Line 9:


'''Response:''' 32-bit Integer
'''Response:''' 32-bit Integer
'''Response example:''' 1445650798

Revision as of 01:41, 24 October 2015

This page describes the Uzenet REST API. This API allows Uzenet functions to be performed by tools, programs or games over the common HTTP protocol.


Obtain Universal Coordinated Timestamp

Obtain a UTC Unix timestamp representing the current date and time. This timestamp can be processed using regular C functions. To get local time, use C function ex: set_zone(-4 * ONE_HOUR);

GET http://uzebox.org/uzenet/time.php

Response: 32-bit Integer

Response example: 1445650798