Uzenet REST API

From Uzebox Wiki
Revision as of 01:41, 24 October 2015 by Uze (talk | contribs)
Jump to navigation Jump to search

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.

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

Response: 32-bit Integer

Response example: 1445650798

Description

To get local time, use C function ex: set_zone(-4 * ONE_HOUR).