Daztrax Studios API

The documentation of the general WebAPI of Daztrax Studios

Get server time

[GET] /DS/GetServerTime/v1

This will return a JSON with information of the actual time in UTC in real time

Result example:

{

    "Result": "Success",

    "UnixTimestamp": 1708467981,

    "DateTime": "2024-02-20T22:26:21.9191676Z"

}

More DS APIs